mcp-helmet

ankitvirdi4/mcp-helmet
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Production middleware for MCP servers. Auth, sessions, health checks, graceful shutdown, transport ergonomics. Wraps the official Model Context Protocol SDK.
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-helmet": {
      "command": "npx",
      "args": [
        "-y",
        "ankitvirdi4/mcp-helmet"
      ]
    }
  }
}

README Excerpt

> Production middleware for MCP servers. Auth, sessions, health checks, graceful shutdown, transport ergonomics. Composable middleware borrowed in spirit from Express's `helmet`. `mcp-helmet` wraps the official [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) with the things it doesn't ship: auto transport detection, content wrapping, health checks, graceful shutdown, session management, and auth middleware. One package. Composable. Drop what you don't need. Go

Tools (1)

hello

Topics

ai-agentsanthropicclaudellmmcpmiddlewaremodel-context-protocolservertool-callingtypescript