MCP.so
登录

MCP Servers

@iimuz

关于 MCP Servers

Collection of MCP servers for personal use.

基本信息

分类

其他

许可证

MIT license

运行时

dockerfile

传输方式

stdio

发布者

iimuz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-servers-iimuz": {
      "command": "docker",
      "args": [
        "compose",
        "pull"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Servers?

A curated list and setup guide for self-use MCP servers, preferring SSE mode and Docker environment. It integrates servers from modelcontextprotocol/servers, GitHub MCP Server, and AWSLabs MCP, targeting developers who want to run MCP servers locally.

How to use MCP Servers?

Run docker compose pull, docker compose build, then docker compose up -d to start SSE-mode servers. Configure additional servers (e.g., mcp/git, GitHub MCP Server) in your MCP client settings using provided examples.

Key features of MCP Servers?

  • Preference for SSE mode and Docker
  • Supports multiple MCP servers (git, time, GitHub, AWSLabs docs)
  • Easy setup with docker-compose
  • Example configurations for VS Code and Cline
  • Documents known compatibility issues (e.g., AWSLabs vs Copilot)

Use cases of MCP Servers?

  • Run MCP git server for repository operations via Docker
  • Use AWSLabs documentation server with SSE on port 8003
  • Add GitHub MCP Server as a docker command in MCP settings
  • Quickly deploy a local MCP server environment

FAQ from MCP Servers

What MCP servers are included?

References modelcontextprotocol/servers (mcp/git, mcp/time), GitHub MCP Server, and AWSLabs MCP (documentation server).

How do I start the servers after setup?

Run docker compose up -d to launch all SSE-mode MCP servers defined in the compose file.

Why is mcp/time not used?

The README states it does not convert from epoch time, making it unsuitable for the author's use.

Why is AWSLabs documentation server not working with V

评论

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