Atlas for Windsurf
io.github.atlasdevhq/atlas
Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
client:Windsurf
transport:stdio
runtime:npm
Install Atlas in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<ATLAS_PROVIDER>",
"ATLAS_API_URL": "<ATLAS_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs