by LordCasser · MCP Server · ★ 30
Atlas Local-first semantic knowledge graph engine for LLM agents. Atlas parses source code with tree-sitter, stores deterministic code facts in a local SQLite database, and exposes those facts through an interactive TUI, a CLI, and an MCP server. It is built for agents and developers that need reliable codebase context: symbol search, callers/callees, dependency edges, impact analysis, point inspection, bounded variable and caller tracing, forward call-chain queries, and C/C++ function-pointer dispatch annotations.
| Stars | 30 |
| Forks | 1 |
| Language | Rust |
| Category | MCP Server |
| License | MIT |
| Quality Score | 71.2352463248114/100 |
| Last Updated | 2026-06-22 |
| Created | 2026-05-24 |
| Platforms | cli, mcp, rust |
| Est. Tokens | ~27k |
Explore other popular mcp server tools:
atlas is Atlas — a local-first semantic code graph engine. Tree-sitter parses 15 languages into deterministic facts; CLI and MCP tools expose symbol search, call graphs, dataflow tracing, and barrel re-export . It is categorized as a MCP Server with 30 GitHub stars.
atlas is primarily written in Rust. It covers topics such as tree-sitter.
You can find installation instructions and usage details in the atlas GitHub repository at github.com/LordCasser/atlas. The project has 30 stars and 1 forks, indicating an active community.
atlas is released under the MIT license, making it free to use and modify according to the license terms.