MCP.so
登录

MCP Servers Collection

@svnlto

关于 MCP Servers Collection

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

svnlto

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Servers Collection?

MCP Servers Collection runs multiple MCP servers using Supergateway to expose each server over SSE (Server-Sent Events). Each server runs in its own container on a dedicated port, providing a bundled set of tools for AI assistants.

How to use MCP Servers Collection?

Clone the repository, copy .env.example to .env, fill in required API tokens (GitHub, Notion, Linear), then run docker-compose up -d. Connect any MCP client (e.g., Claude Desktop, Zed) to the SSE endpoint of an individual server at http://localhost:<PORT>/sse.

Key features of MCP Servers Collection

  • Eight pre-configured MCP servers in Docker containers
  • Each server exposed via SSE on a unique port (9001–9009)
  • GitHub repository and issue management
  • Linear issue tracking with GitHub integration
  • Notion workspace database and page operations
  • Filesystem read/write operations on mounted volume
  • Persistent key-value memory across sessions
  • Sequential thinking for step-by-step reasoning

Use cases of MCP Servers Collection

  • Manage GitHub issues, pull requests, and repository files via AI
  • Track Linear project tasks linked to GitHub commits
  • Query and update Notion databases programmatically
  • Perform file operations on a shared workspace directory
  • Maintain context across conversation sessions with persistent memory
  • Retrieve up-to-date documentation to avoid hallucinated APIs

FAQ from MCP Servers Collection

What transport protocol do the servers use?

Each server is exposed over Server-Sent Events (SSE) via Supergateway. The SSE endpoint is at http://localhost:<PORT>/sse and POST messages go to http://localhost:<PORT>/message.

What dependencies are required to run this collection?

Docker and Docker Compose are required. Individual servers may need API tokens (GitHub, Notion, Linear) set in the .env file.

How do I connect a client to a specific server?

Configure your client (e.g., Claude Desktop) to use Supergateway as a stdio-to-SSE bridge. Example: npx -y supergateway --sse http://localhost:9001/sse for the GitHub server.

How do I add a new MCP server to the collection?

Add a service to docker-compose.yml, choose the next available port (9007+), add any needed environment variables to .env.example, and update the README with the server details.

How can I troubleshoot connectivity issues?

Check container status with docker-compose ps, view logs with docker-compose logs -f <service>, and test the SSE endpoint with curl http://localhost:<PORT>/sse.

评论

其他 分类下的更多 MCP 服务器