mcp-toolkit-template

GreGosPhaTos/mcp-toolkit-template
★ 1 stars Shell ⚙️ DevOps Updated today
Template for building Model Context Protocol (MCP) servers with Docker. Includes automated installation, docker-compose configuration, and Docker Desktop integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-toolkit-template": {
      "command": "npx",
      "args": [
        "-y",
        "GreGosPhaTos/mcp-toolkit-template"
      ]
    }
  }
}