mcp-toolkit

muzfr7/mcp-toolkit
★ 1 stars Go 🧠 Memory/Knowledge Updated 4mo ago
A boilerplate for building Model Context Protocol (MCP) servers in Go
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": {
      "command": "go",
      "args": [
        "run",
        "github.com/muzfr7/mcp-toolkit@latest"
      ]
    }
  }
}

Topics

boilerplategomcpmodel-context-protocol