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
{
"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