mcp-servers

jck411/mcp-servers
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server.
View on GitHub →

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-servers": {
      "command": "uvx",
      "args": [
        "mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers

README Excerpt

Standalone MCP servers deployed to Proxmox via systemd. Zero imports from Backend\_FastAPI. The backend (`jck411/Backend_FastAPI`) is a pure MCP client — it connects to these servers over HTTP, discovers tools via the MCP protocol, and routes tool calls from the LLM. ``` mcp-servers (this repo — deployed to Proxmox)