pete-mcp-core

pete-builds/pete-mcp-core
★ 0 stars Python Security Updated 2d ago
Shared substrate for pete-builds MCP servers: structured logging, healthcheck, transport wiring, tool-error decorator, settings base, and bearer-token auth builder over FastMCP.
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-core": {
      "command": "uvx",
      "args": [
        "pete-mcp-core"
      ]
    }
  }
}

Or install with pip: pip install pete-mcp-core

README Excerpt

Shared substrate for the `pete-builds` family of [MCP](https://modelcontextprotocol.io) servers. Extracts the runtime patterns that every server was reimplementing: structured JSON logging with secret scrubbing, transport wiring, healthcheck, tool-error envelope, pydantic-settings base, and a bearer-token auth builder

Tools (4)

MCP_HEALTH_CODESMCP_HEALTH_PATHMCP_SESSION_IDLE_TIMEOUTmyserver

Topics

claude-codefastmcplibrarymcpmodel-context-protocolpython