claude-mcp-server-template

alexisgarcia-dev/claude-mcp-server-template
★ 0 stars Python 🤖 AI/LLM Updated today
Python MCP server template — Tools, Resources, Prompts; Streamable HTTP transport; OpenTelemetry + Jaeger observability; JSON-RPC healthcheck; Docker compose stack; ADR-light decisions documented.
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": {
    "claude-mcp-server-te": {
      "command": "uvx",
      "args": [
        "claude-mcp-server-template"
      ]
    }
  }
}

Or install with pip: pip install claude-mcp-server-template

Topics

dockerfastmcpjaegermcpmodel-context-protocolopentelemetryproduction-templatepythonstreamable-httptemplate