mcp-kit

koduhai/mcp-kit
★ 0 stars TypeScript Security Updated 2d ago
Auth and versioning for MCP servers, solved. Upstream API auth, API versioning, and a one-call OAuth 2.1 Resource Server (JWKS + introspection) on top of the MCP SDK.
View on GitHub → Try with Claude — $10 free →

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": "npx",
      "args": [
        "-y",
        "koduhai/mcp-kit"
      ]
    }
  }
}

README Excerpt

The two things people get wrong building [MCP](https://modelcontextprotocol.io) servers, solved: **auth** and **versioning**. It does three things, on three import paths so the lightweight parts pull no heavy deps: - **Upstream auth** (`/upstream`) — how your server authenticates to the API it wraps: API key, bearer, or OAuth client-credentials with automatic token caching/refresh.

Tools (2)

get_versionget_widget

Topics

ai-agentsauthorizationjwksjwtllmmcpmodel-context-protocoloauthoauth2typescript