mcp-kit

haakco/mcp-kit
★ 0 stars Go 🔒 Security Updated 1d ago
Reusable Go library for MCP servers with OAuth 2.1, key rotation, audit middleware, and battle-tested test methodology
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-kit": {
      "command": "go",
      "args": [
        "run",
        "github.com/haakco/mcp-kit@latest"
      ]
    }
  }
}

README Excerpt

A reusable Go library for building production-grade Model Context Protocol (MCP) servers with OAuth 2.1 authentication, key rotation, audit-ready middleware, and a battle-tested test methodology. > **Status:** Pre-1.0 (v0.x). API may change. Pin a specific minor version. `mcp-kit` extracts the cross-cutting concerns common to every MCP server: