server-hub-mcp

ftezedor/server-hub-mcp
★ 0 stars Python Memory/Knowledge Updated 1d ago
A Python Server Hub exposing the same application capabilities through REST and Model Context Protocol (MCP).
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": {
    "server-hub-mcp": {
      "command": "uvx",
      "args": [
        "server-hub-mcp"
      ]
    }
  }
}

Or install with pip: pip install server-hub-mcp