Skip to content
Cursor

Compass for Cursor

io.github.licentiumio/compass-mcp

Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass.

client:Cursor transport:stdio runtime:npm

Install Compass 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": {
    "compass-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@licentium/compass-mcp"
      ],
      "env": {
        "COMPASS_API_KEY": "<COMPASS_API_KEY>"
      }
    }
  }
}

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

Compass in other clients