ocal-ai-mcp-servers

setheerwagen/ocal-ai-mcp-servers
★ 0 stars Unknown language AI/LLM Updated 4d ago
Two Model Context Protocol (MCP) servers for self-hosted, local AI: manage and train Ollama/vLLM models, and route questions and tasks to local LLMs through Claude, ChatGPT or local models. Use the compute of your existing hardware, and let the models tap data on your machines when you wire them in.
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": {
    "ocal-ai-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "setheerwagen/ocal-ai-mcp-servers"
      ]
    }
  }
}