You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Git](src/git)** - Tools to read, search, and manipulate Git repositories
11
13
-**[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
12
14
-**[PostgreSQL](src/postgres)** - Read-only database access with schema inspection
15
+
-**[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities
13
16
-**[Slack](src/slack)** - Channel management and messaging capabilities
17
+
-**[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io
14
18
-**[Memory](src/memory)** - Knowledge graph-based persistent memory system
15
19
-**[Puppeteer](src/puppeteer)** - Browser automation and web scraping
16
20
-**[Brave Search](src/brave-search)** - Web and local search using Brave's Search API
@@ -39,6 +43,8 @@ pip install mcp-server-git
39
43
python -m mcp_server_git
40
44
```
41
45
46
+
Follow [these](https://docs.astral.sh/uv/getting-started/installation/) instructions to install `uv` / `uvx` and [these](https://pip.pypa.io/en/stable/installation/) to install `pip`.
47
+
42
48
### Using an MCP Client
43
49
However, running a server on its own isn't very useful, and should instead be configured into an MCP client. For example, here's the Claude Desktop configuration to use the above server:
44
50
@@ -99,7 +105,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
0 commit comments