mcp-core

swapp1990/mcp-core
★ 0 stars Python Security Updated 1mo ago
Auth, billing, and logging infrastructure for MCP-first FastAPI servers
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-core": {
      "command": "uvx",
      "args": [
        "mcp-core"
      ]
    }
  }
}

Or install with pip: pip install mcp-core