pete-mcp-template

pete-builds/pete-mcp-template
★ 0 stars Jinja DevOps Updated 2d ago
Copier template for scaffolding new pete-mcp-core MCP servers: pyproject, CI, Dockerfile, healthcheck, structured logging, and a working tool stub in one command.
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": {
    "pete-mcp-template": {
      "command": "npx",
      "args": [
        "-y",
        "pete-builds/pete-mcp-template"
      ]
    }
  }
}

README Excerpt

Copier template that scaffolds a new [MCP](https://modelcontextprotocol.io) server on the [pete-mcp-core](https://github.com/pete-builds/pete-mcp-core) substrate — pyproject, CI, Dockerfile, healthcheck, structured logging, and a working tool stub, in one command. A ready-to-run repo with: - `src/<your_package>/` — server, settings, healthcheck, all wired to

Topics

copierfastmcpmcpmodel-context-protocolpythonscaffoldingtemplate