Back to directory
tatsuiman/docker-mcp-servers

tatsuiman/docker-mcp-servers

@tatsuiman

Docker化的MCP服务器集合,包含Slack、Notion和GitHub服务器

dockermcp-serverslacknotiongithub容器化集合tool

Installation & Configuration

{
  "mcpServers": {
    "slack": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SLACK_BOT_TOKEN=your-slack-bot-token",
        "-e",
        "SLACK_TEAM_ID=your-slack-team-id",
        "ghcr.io/tatsuiman/docker-mcp-notion-server-slack:main"
      ]
    },
    "notion": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "NOTION_API_TOKEN=your-integration-token",
        "ghcr.io/tatsuiman/docker-mcp-notion-server-notion-server:main"
      ]
    },
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN=your-github-token",
        "ghcr.io/tatsuiman/docker-mcp-notion-server-github:main"
      ]
    }
  }
}

Information

Transport
stdio
Language
Dockerfile
Created
2026/6/14
Updated
2026/6/15