mcp-toolkit

v8tix/mcp-toolkit
★ 1 stars Go 💻 Code/Dev Tools Updated 4d ago
A Go toolkit for building and consuming Model Context Protocol (MCP) tools — typed handlers, JSON Schema generation, retry-aware execution, and a thread-safe registry. Expose Go functions as MCP servers or consume MCP server tools as first-class Go executables.
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/v8tix/mcp-toolkit@latest"
      ]
    }
  }
}