Atlas
Rank #5,642io.github.AtlasDevHQ/atlas
Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
Atlas is a Model Context Protocol (MCP) server published by atlasdevhq. It ranks #5,642 of 132,345 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Atlas is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 5, 2026 and most recently updated on May 5, 2026.
Ranks ahead of 126,703 of 132,345 servers on MCP Toplist.
Use Atlas
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add atlas -e "ATLAS_DATASOURCE_URL=<your ATLAS_DATASOURCE_URL>" -e "ATLAS_PROVIDER=<your ATLAS_PROVIDER>" -e "ATLAS_API_URL=<your ATLAS_API_URL>" -- npx -y @useatlas/mcpReplace each placeholder with your own value before saving.
[mcp_servers.atlas]
command = "npx"
args = ["-y", "@useatlas/mcp"]
[mcp_servers.atlas.env]
ATLAS_DATASOURCE_URL = "<your ATLAS_DATASOURCE_URL>"
ATLAS_PROVIDER = "<your ATLAS_PROVIDER>"
ATLAS_API_URL = "<your ATLAS_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<your ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<your ATLAS_PROVIDER>",
"ATLAS_API_URL": "<your ATLAS_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<your ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<your ATLAS_PROVIDER>",
"ATLAS_API_URL": "<your ATLAS_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<your ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<your ATLAS_PROVIDER>",
"ATLAS_API_URL": "<your ATLAS_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<your ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<your ATLAS_PROVIDER>",
"ATLAS_API_URL": "<your ATLAS_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atlas": {
"command": "npx",
"args": [
"-y",
"@useatlas/mcp"
],
"env": {
"ATLAS_DATASOURCE_URL": "<your ATLAS_DATASOURCE_URL>",
"ATLAS_PROVIDER": "<your ATLAS_PROVIDER>",
"ATLAS_API_URL": "<your ATLAS_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AtlasDevHQ%2Fatlas)<a href="https://mcptoplist.com/server/io.github.AtlasDevHQ%2Fatlas"><img src="https://mcptoplist.com/badge/io.github.AtlasDevHQ%2Fatlas.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
atlasdevhq
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | May 5, 2026 |
Frequently asked questions
- Who maintains Atlas?
- Atlas is maintained by atlasdevhq, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Atlas listed on the Official MCP Registry?
- Yes — Atlas is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Atlas have?
- MCP Toplist tracks 1 version of Atlas, most recently published on May 5, 2026.
- Where can I find the source code for Atlas?
- The source code for Atlas is hosted at github.com/atlasdevhq/atlas.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.