Skip to content
Cursor

DataRaum for Cursor

io.github.dataraum/dataraum

Pre-computed metadata context engine for AI-driven data analytics

client:Cursor transport:stdio runtime:pypi

Install DataRaum in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dataraum": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dataraum"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "DATARAUM_HOME": "<DATARAUM_HOME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DataRaum in other clients