mcp-server-template

muhammadwaqasmbd/mcp-server-template
★ 0 stars Python AI/LLM Updated 3d ago
Production-shaped MCP server template: per-tool timeouts, concurrency ceiling, a real error boundary for LLM callers, secret redaction, and correlation-id logging.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-template": {
      "command": "uvx",
      "args": [
        "mcp-server-template"
      ]
    }
  }
}

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

Topics

ai-agentsanthropicclaudellmllm-toolsmcpmodel-context-protocolproduction-readypythontemplate