atlas
Provides source code control, tracking, and querying for multiple coding agents.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 2.8k
- Source
- mcp-github
- Repository
- github.com/pacifio/atlas
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
Setup
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
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.