mcp-server-template

fabricioespel-bit/mcp-server-template
★ 0 stars Unknown language AI/LLM Updated 5d ago
Production-ready MCP server template with OAuth 2.1, exposing AI agents via FastMCP on Cloud Run
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": "npx",
      "args": [
        "-y",
        "fabricioespel-bit/mcp-server-template"
      ]
    }
  }
}