Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Atlas
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:01 PM

Atlas

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "atlas-2": {
      "command": "npx",
      "args": [
        "-y",
        "atlas-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Atlas

Atlas is the AI data analyst you can run anywhere. It answers plain-English questions across your SQL warehouses and REST APIs β€” grounded in a semantic layer you author, a Knowledge Base of your own docs, and the query patterns it learns as your team approves them.

CI npm License

Documentation Β· Live Demo Β· The Semantic Layer Β· MCP Guide Β· Issues

Atlas terminal demo β€” create, init, and query in under 30 seconds


What is Atlas?

Ask two tools what revenue was last quarter and you can get two different numbers. Atlas reads your definitions first.

What grounds an answer

Three context surfaces, each with a different job β€” and a boundary between them that Atlas enforces rather than trusts:

What it isIts job
Semantic layerYAML on disk β€” entities, dimensions, measures, joins, glossary terms, pinned metricsThe sole authoritative surface. The table whitelist, pinned metric SQL, and glossary gating are enforced, not suggested
Knowledge BaseYour own docs β€” mirrored through ten vendor connectors (Notion, Confluence, GitBook, Zendesk, Salesforce, Intercom, Front, Help Scout, Freshdesk) or uploaded directlyDescriptive only. Runbooks, definitions, policies. Never queried as data, never extends the whitelist, never gates the agent (ADR-0028)
Learned patternsThe query shapes Atlas keeps as your team approves themThe canonical joins for your domain β€” earned from real use rather than authored up front

That descriptive-vs-authoritative split is the point: a runbook can inform an answer, but only the semantic layer can authorize the SQL behind it.

Every YAML field exists because an LLM needs it to write correct SQL: sample_values ground the agent in real data, glossary.status: ambiguous forces clarifying questions, metrics.objective picks MAX vs MIN, query_patterns teach the canonical join shapes for your domain.

Where the answer shows up

The same grounded agent, reachable however your team already works:

  • Chat UI β€” built in, with the SQL on display behind every answer
  • Dashboards β€” draft-first and publish-gated, so private work stays private until you ship it (ADR-0029)
  • MCP server β€” Claude Desktop, Cursor, Continue, or any MCP client, over stdio or OAuth 2.1
  • Embeddable widget β€” script tag or React component, in your own app
  • Chat platforms β€” six, Slack one-click; Teams, Discord, Telegram, and WhatsApp with your own bot (Google Chat coming soon)
  • REST API + CLI β€” headless, typed, scriptable

Built with Hono, Vercel AI SDK, and bun. Supports Anthropic, OpenAI, Bedrock, Ollama, and Vercel AI Gateway. Works with PostgreSQL, MySQL, ClickHouse, Snowflake, DuckDB, BigQuery, Elasticsearch, and Salesforce.

Try the demo locally

bash
bun create atlas-agent my-app
cd my-app
# edit .env and set your LLM API key (Anthropic / OpenAI / etc.)
bun run dev
# Open http://localhost:3000

The scaffold seeds the canonical NovaMart e-commerce dataset (52 tables, ~480K rows) by default β€” twelve generic e-commerce KPIs ship as starter prompts inside the chat UI; the canonical 5 below drive the eval harness (#2025) and the docs/landing copy. The scaffold defaults to SQLite + Anthropic; pass --defaults for non-interactive setup or follow the prompts to pick PostgreSQL / OpenAI / etc.

Ask one of the canonical questions in the chat UI:

  • "What's our GMV this quarter?"
  • "What's our top-performing category by GMV this month?"
  • "Monthly GMV trend over the past 6 months."
  • "Show me revenue last quarter." β€” Atlas asks which definition you mean (GMV vs. net revenue vs. seller revenue) because revenue is status: ambiguous in the glossary
  • "What are our most common return reasons?"

The agent reads your YAML semantic layer first, picks the right entities, writes SQL, runs it through the validation pipeline, and returns answers with the underlying SQL on display.

The default landing for fresh installs is chat-first β€” admins can flip to admin in Settings β†’ Profile. See the Default Landing guide for the underlying preference.

Install Atlas as an MCP server

Once you have an Atlas instance (local from the demo above, self-hosted, or a hosted workspace), add it to Claude Desktop, Cursor, or Continue with one command. Auto-detects the client and merges into its config:

bash
bunx @useatlas/mcp init --local            # paste-ready config for a local Atlas instance
bunx @useatlas/mcp init --local --write    # merge into the detected client config (with a .bak)
bunx @useatlas/mcp init --hosted --write   # for an app.useatlas.dev workspace via OAuth 2.1

On WSL2? Bun's bunx shim has resolution issues on some WSL2 setups β€” substitute bun x (space-separated) for any bunx command above (e.g. bun x @useatlas/mcp init --local). The space-separated form is a bun subcommand and resolves correctly.

Restart Claude Desktop / Cursor and ask the same canonical questions through your AI client. See the MCP guide for the full flow β€” hosted (mcp.useatlas.dev over OAuth 2.1 + DCR + PKCE) and self-hosted (stdio) live in the same page under tabs.

What's in the YAML?

A 20-line slice of semantic/entities/orders.yml from the bundled NovaMart e-commerce demo (#2021):

yaml
name: Orders
type: fact_table
table: orders
grain: one row per order
description: |
  Customer orders β€” the primary fact table for revenue analysis.
  shipping_cost uses MIXED UNITS (some rows in dollars, some in cents).
dimensions:
  - name: status
    sql: status
    type: string
    sample_values: [pending, processing, shipped, delivered, cancelled]
  - name: order_month
    sql: TO_CHAR(created_at, 'YYYY-MM')
    type: string
    virtual: true
measures:
  - name: total_gmv_cents
    sql: total_cents
    type: sum
joins:
  - target_entity: Customers
    relationship: many_to_one
    join_columns: { from: customer_id, to: id }

That YAML is the contract between your team and the agent β€” version-controlled, code-reviewed, diffable. Sibling files (glossary.yml, metrics/*.yml, catalog.yml) round it out: glossary terms with status: ambiguous force the agent to clarify, metrics with objective: maximize / minimize make optimization direction explicit, and the catalog routes the agent to the right entity for a given question.

See the full Semantic Layer reference for the complete schema.

Embed in your app

Atlas also ships an embeddable chat widget for any frontend:

html
<script
  src="https://your-atlas.example.com/widget.js"
  data-api-url="https://your-atlas.example.com"
  data-theme="dark"
></script>

Or use the React component:

server.ts
import { AtlasChat } from "@useatlas/react";

export default function App() {
  return <AtlasChat apiUrl="https://your-atlas.example.com" />;
}

The widget supports programmatic control (Atlas.open(), Atlas.ask("..."), Atlas.destroy()), event callbacks, and theming. See the widget docs.

Why Atlas?

AtlasTraditional BIOther text-to-SQL
Semantic layerYAML on disk β€” query_patterns, virtual_dimensions, glossary.status: ambiguous, metrics.objective are all first-classProprietary metadata, GUI-authoredNone or limited
Your docs as contextKnowledge Base pillar β€” ten vendor connectors, descriptive-only by construction (never extends the SQL whitelist)Separate wiki, unlinkedNone
DashboardsDraft-first, publish-gated β€” built from chat answers, private until you shipCore product, GUI-authoredRare
Agent-nativeMCP server first β€” Claude Desktop, Cursor, Continue with bunx @useatlas/mcp initBolted-on AI featureStandalone chat UI
EmbeddableScript tag, React component, headless API, MCP, 6 chat platforms (Slack one-click; Teams/Discord/Telegram/WhatsApp bring-your-own-bot; Google Chat coming soon)Standalone appStandalone app
Deploy anywhereDocker, Railway, Vercel, or your own infraVendor-hostedVendor-hosted
Plugin ecosystem24 plugins across 5 types β€” extend anythingClosedLimited
Open sourceAGPL-3.0 core, MIT client libsProprietaryVaries
Multi-databasePostgreSQL, MySQL, ClickHouse, Snowflake, DuckDB, BigQuery, Elasticsearch, SalesforceUsually oneUsually one
REST APIs as datasourcesStripe, GitHub, Notion, any OpenAPI spec β€” read like a datasource, write-gated; generic OpenAPI installs auto-refreshNoneNone

Deploy

Deploy with Vercel Deploy on Railway

Docker:

bash
git clone https://github.com/AtlasDevHQ/atlas-starter-docker.git && cd atlas-starter-docker
cp .env.example .env   # Set your API key + database URL
docker compose up
PlatformStarterGuide
Vercelatlas-starter-vercelNext.js + embedded Hono API + Neon Postgres
Railwayatlas-starter-railwayDocker + sidecar sandbox + Railway Postgres
Dockeratlas-starter-dockerDocker Compose + optional nsjail isolation

How It Works

  1. User (or agent) asks a natural language question β€” over MCP, the chat widget, the API, or a chat platform (Slack, Teams, Discord, Telegram, or WhatsApp; Google Chat coming soon)
  2. Agent explores the YAML semantic layer β€” entities, glossary, metrics, query patterns
  3. Agent writes SQL, validated through a 7-layer security pipeline (empty check, regex guard, AST parse, table whitelist, RLS injection, auto-LIMIT, statement timeout)
  4. Results are returned with charts and an interpreted narrative
Code
Question β†’ YAML semantic layer β†’ SQL generation β†’ 7-layer validation β†’ Query execution β†’ Charts + narrative

Generate the semantic layer

bash
bun run atlas -- init                 # Profile DB and generate YAMLs
bun run atlas -- init --enrich        # Profile + LLM enrichment
bun run atlas -- init --demo          # Load NovaMart demo data + profile

Architecture

Code
atlas/
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ api/              # @atlas/api β€” Hono API server + agent loop + tools + auth
β”‚   β”œβ”€β”€ web/              # @atlas/web β€” Next.js frontend + chat UI components
β”‚   β”œβ”€β”€ cli/              # @atlas/cli β€” CLI (profiler, schema diff, enrichment)
β”‚   β”œβ”€β”€ mcp/              # @atlas/mcp β€” MCP server (Claude Desktop, Cursor, etc.)
β”‚   β”œβ”€β”€ sandbox-sidecar/  # @atlas/sandbox-sidecar β€” Isolated explore sidecar
β”‚   β”œβ”€β”€ sdk/              # @useatlas/sdk β€” TypeScript SDK
β”‚   β”œβ”€β”€ react/            # @useatlas/react β€” Embeddable chat component + hooks
β”‚   β”œβ”€β”€ types/            # @useatlas/types β€” Shared wire-format types
β”‚   β”œβ”€β”€ schemas/          # @useatlas/schemas β€” Shared Zod schemas
β”‚   β”œβ”€β”€ plugin-sdk/       # @useatlas/plugin-sdk β€” Plugin type definitions
β”‚   β”œβ”€β”€ webhook-publisher/# @useatlas/webhook-publisher β€” HMAC-signed outbound webhooks
β”‚   β”œβ”€β”€ oauth-helper/     # @atlas/oauth-helper β€” OAuth 2.1 + DCR + PKCE primitives (internal)
β”‚   β”œβ”€β”€ okf-bundle/       # @atlas/okf-bundle β€” OKF knowledge-bundle builder (internal)
β”‚   └── fumadocs-okf/     # @atlas/fumadocs-okf β€” Fumadocs β†’ OKF adapter (internal)
β”œβ”€β”€ plugins/              # 24 plugins (datasource, context, interaction, action, sandbox)
β”œβ”€β”€ ee/                   # @atlas/ee β€” Enterprise features (source-available, commercial license)
β”œβ”€β”€ create-atlas/         # Scaffolding CLI (bun create atlas-agent)
β”œβ”€β”€ apps/
β”‚   β”œβ”€β”€ www/              # Landing page (useatlas.dev)
β”‚   └── docs/             # Documentation (docs.useatlas.dev)
└── examples/             # Docker + Vercel deploy examples

Security

SQL validation runs through multiple layers. Your database credentials and query results never leave your infrastructure β€” only questions reach the LLM provider (use Ollama for fully self-hosted).

LayerWhat it does
Read-only enforcementOnly SELECT queries allowed (regex + AST validation)
AST parsingnode-sql-parser verifies single-statement SELECT
Table whitelistOnly tables in your semantic layer are queryable
Auto LIMITEvery query gets a LIMIT (default 1000)
Statement timeoutQueries killed after 30s (configurable)
Sandboxed executionFilesystem access runs in Vercel Sandbox, nsjail, or the sidecar β€” with e2b, Daytona, and Railway available as bring-your-own-cloud backends
Row-level securityOptional RLS injection per-user

See sandbox architecture for the full threat model.

Environment Variables

VariableDefaultDescription
ATLAS_PROVIDERanthropicLLM provider (anthropic, openai, bedrock, ollama, gateway)
ATLAS_MODELProvider defaultModel ID override
DATABASE_URLβ€”Atlas internal Postgres for auth, audit, settings
ATLAS_DATASOURCE_URLβ€”Analytics datasource (PostgreSQL, MySQL, etc.)
ATLAS_ROW_LIMIT1000Max rows per query
ATLAS_QUERY_TIMEOUT30000Query timeout in ms

See .env.example for all options.

Documentation

  • The Semantic Layer β€” Entities, dimensions, measures, joins, glossary, metrics β€” the YAML format reference
  • Knowledge Base β€” Mirror your own docs as descriptive context, via connectors or upload
  • Dashboards β€” Draft-first, publish-gated dashboards built from chat answers
  • MCP Server β€” Use Atlas from Claude Desktop, Cursor, Continue
  • Quick Start β€” Local dev from zero to asking questions
  • Demo Dataset β€” NovaMart e-commerce dataset and canonical questions
  • Deploy Options β€” Docker, Railway, Vercel, and more
  • Connect Your Data β€” Connect to an existing database safely
  • Widget Embedding β€” Script tag and React component
  • Bring Your Own Frontend β€” Nuxt, SvelteKit, React/Vite, TanStack Start
  • Plugin Authoring β€” Build custom plugins
  • Security & Sandbox β€” Threat model, isolation tiers
  • Enterprise Boundary β€” /ee features, AGPL vs commercial split, requireEnterprise API

Contributing

Quick development setup:

bash
git clone https://github.com/AtlasDevHQ/atlas.git && cd atlas
bun install
bun run db:up         # Start Postgres + sandbox sidecar
cp .env.example .env  # Set ATLAS_PROVIDER + API key
bun run dev           # http://localhost:3000

Acknowledgments

Atlas was inspired by Abhi Sivasailam's work on Vercel's internal data agent d0 and the open-source vercel-labs/oss-data-analyst template. The core insight β€” invest in a rich semantic layer, trust the model, and keep the tool surface minimal β€” came from that work.

License

The Atlas server and core packages (@atlas/api, @atlas/cli, @atlas/web, @atlas/mcp, @atlas/sandbox-sidecar) are licensed under AGPL-3.0. If you modify the server and serve it to users, you must share those modifications.

The client libraries (@useatlas/sdk, @useatlas/react, @useatlas/types, @useatlas/plugin-sdk) and all plugins are licensed under MIT. Embed them in proprietary apps with no restrictions.

The ee/ directory (@atlas/ee β€” SSO, SCIM, custom roles, approval workflows, residency, branding, and the rest of the SaaS surfaces) is source-available under a commercial license. Self-hosted users get the full AGPL core for free; the commercial license adds enterprise governance and the polished hosted experience. See the Enterprise Boundary page for the full feature inventory.

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Codealive Mcp

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive Mcp β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’

Frequently Asked Questions about Atlas

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "atlas": { "command": "npx", "args": ["-y", "Atlas"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAtlas AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/atlas-2?style=directory)](https://allmcps.com/mcp/atlas-2)
HTML Embed
<a href="https://allmcps.com/mcp/atlas-2"><img src="https://allmcps.com/api/badge/atlas-2?style=directory" alt="Atlas on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Atlas β†’Install in Claude DesktopInstall in CursorInstall in VS Code