Skip to content
Cursor

Atlas for Cursor

io.github.atlasdevhq/atlas

Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.

client:Cursor transport:stdio runtime:npm

Install Atlas 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": {
    "atlas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@useatlas/mcp"
      ],
      "env": {
        "ATLAS_DATASOURCE_URL": "<ATLAS_DATASOURCE_URL>",
        "ATLAS_PROVIDER": "<ATLAS_PROVIDER>",
        "ATLAS_API_URL": "<ATLAS_API_URL>"
      }
    }
  }
}

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

Atlas in other clients