Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@useatlas/mcp · npm · 0.0.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AtlasDevHQ/atlas",
"description": "Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.",
"title": "Atlas",
"repository": {
"url": "https://github.com/AtlasDevHQ/atlas",
"source": "github"
},
"version": "0.0.2",
"websiteUrl": "https://docs.useatlas.dev/guides/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@useatlas/mcp",
"version": "0.0.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Analytics datasource URL (postgres, mysql, clickhouse, snowflake, duckdb, bigquery, salesforce). Optional — falls back to a bundled NovaMart SQLite demo when unset.",
"isSecret": true,
"name": "ATLAS_DATASOURCE_URL"
},
{
"description": "LLM provider: anthropic, openai, bedrock, ollama, openai-compatible, gateway. Optional — the MCP server does not call an LLM directly (the client does); set this only if you also run Atlas's chat or scheduler.",
"name": "ATLAS_PROVIDER"
},
{
"description": "URL of a running Atlas API. Optional — defaults to http://localhost:3001. When set, the MCP server inherits the API's connections, semantic layer, and governance.",
"name": "ATLAS_API_URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-05T01:28:04.971235Z",
"publishedAt": "2026-05-05T01:28:04.971235Z",
"updatedAt": "2026-05-05T01:28:04.971235Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.