fast-mcp-template

evolvconsulting/fast-mcp-template
★ 0 stars Python API Integration Updated today
Reference template for fast-mcp-* servers: the gate machinery and document shapes, none of the archaeology.
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": {
    "fast-mcp-template": {
      "command": "uvx",
      "args": [
        "fast-mcp-template"
      ]
    }
  }
}

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

README Excerpt

A starting point for an MCP server: the CI tiering, the gate machinery, and the document shapes, with **none** of any previous project's content. It ships a working placeholder server (`ping`) so a fresh clone is green before you write anything. Delete it in your first commit. --- ```bash git clone https://github.com/evolvconsulting/fast-mcp-template.git