go-mcp-server

cm-auto/go-mcp-server
★ 0 stars Go Browser/Web Updated 11d ago
A small, dependency-free Model Context Protocol server library for Go. It implements the JSON-RPC core of MCP (initialize, ping, tools/list, tools/call) and exposes it over two transports: stdio and HTTP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/cm-auto/go-mcp-server@latest"
      ]
    }
  }
}