Atlas for Zed
io.github.atlasdevhq/atlas
Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
client:Zed
transport:stdio
runtime:npm
Install Atlas in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<ATLAS_PROVIDER>",
"ATLAS_API_URL": "<ATLAS_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs