AI / ML|Data|ProductivityJava

wren-engine

The open context engine for AI agents.

Free
N/A rating (0 reviews)0 installs635 GitHub stars
AIdatacontext

Wren Engine provides a semantic, governed, agent-ready context layer for business data, enabling AI agents to understand enterprise data beyond just rows in a warehouse. It connects various data sources while providing definitions, metrics, relationships, permissions, lineage, and intent.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wren-engine-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-wren-engine-1"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.