Back to MCP Servers
🔌

Canner/wren-engine

Apache-2.0

🐍 🦀 🏠 - The Semantic Engine for Model Context Protocol(MCP) Clients and AI Agents

JavaAI & LLMs

Install

npx -y canner-wren-engine

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "canner-wren-engine": {
      "command": "npx",
      "args": [
        "-y",
        "canner-wren-engine"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.