add-an-llm-to-your-mcp-server

pypi-ahmad/add-an-llm-to-your-mcp-server
★ 0 stars Python AI/LLM Updated 2d ago
Offline MCP server that analyzes text with a local Ollama LLM (qwen3.5:4b)
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": {
    "add-an-llm-to-your-m": {
      "command": "uvx",
      "args": [
        "add-an-llm-to-your-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install add-an-llm-to-your-mcp-server