atlas-mcp

atlasshb/atlas-mcp
★ 0 stars Python AI/LLM Updated today
Atlas MCP — a Model Context Protocol server (Python) exposing tools/context to AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlas-mcp": {
      "command": "uvx",
      "args": [
        "atlas-mcp"
      ]
    }
  }
}

Or install with pip: pip install atlas-mcp

README Excerpt

MCP (Model Context Protocol) server for **Example Corp** operator control plane. Exposes Atlas Workspace as tools for Claude integration, respecting the Atlas product law: > **"AI proposes, Atlas reviews, Adapters execute, Audit records everything."** ``` Claude (via MCP) ↓ atlas-mcp-server (this project)