atlas

atlas

Provides source code control, tracking, and querying for multiple coding agents.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 2.8k
Source
mcp-github

Overview

Atlas is a source code control system designed for coding agents. It allows users to run multiple coding agents (such as Claude Code, Codex, etc.) simultaneously and track changes made by each agent. Each agent run generates checkpoints that are linked back to the session that produced them, including prompts, tool calls, and reasoning. This enables users to see what each agent did and why. Atlas uses shared memory to preserve context when switching agents, and all agents have access to the same project knowledge base.

Capabilities

  • Multi-agent support
  • Change tracking
  • Session logging
  • Shared memory
  • Local storage

Use cases

Team collaboration developmentAutomated code reviewContinuous integration/continuous deploymentAgent performance evaluation

Setup

Requires: Node 环境API Key
Download the latest version from the GitHub release page or install using `cargo install atlas`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which agents does Atlas support?

Supports Claude Code, Codex, and other agents in the ACP registry.

How do I get started with Atlas?

After downloading and installing, configure your API Key and start the agent.

Related skills