Back to Browse

Atlas MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.

About

Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Analytics datasource URL (postgres, mysql, clickhouse, snowflake, duckdb, bigquery, salesforce). Optional — falls back to a bundled NovaMart SQLite demo when unset.Required

Environment variable: ATLAS_DATASOURCE_URL

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.Optional

Environment variable: ATLAS_PROVIDER

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.Optional

Environment variable: ATLAS_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-atlasdevhq-atlas": {
      "env": {
        "ATLAS_API_URL": "your-atlas-api-url-here",
        "ATLAS_PROVIDER": "your-atlas-provider-here",
        "ATLAS_DATASOURCE_URL": "your-atlas-datasource-url-here"
      },
      "args": [
        "-y",
        "@useatlas/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!