go-mcp-server

Superposition-Systems/go-mcp-server
★ 0 stars Go 🔒 Security Updated 7d ago
Reusable Go library for building MCP servers with JSON-RPC 2.0/SSE transport, OAuth 2.0 + PIN auth, and Traefik deployment templates
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": {
    "go-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Superposition-Systems/go-mcp-server@latest"
      ]
    }
  }
}