#432 · Primary category: AI Coding Assistants
roam-code
Local codebase intelligence CLI + MCP server for AI coding agents: SQLite code graph, 28 languages, 285 commands, 244 MCP tools, change-safety gates, audit evidence, zero API keys.
Project last updated:08/26/26
GitHub Stars
510
Forks
49
Contributors
6
License
Apache-2.0
Why we included this project
Anyone who has watched an AI agent pass the tests and still propose a change they would not merge knows the gap this tool targets. Roam-code maps the whole repository into a local SQLite graph covering 28 languages and exposes that structure to coding agents through a CLI and an MCP server, so an agent can check symbols and dependencies before it edits anything. It can also flag risky edits before they land, and each run emits tamper-evident ChangeEvidence packets that give reviewers a concrete audit trail. Because the analysis stays on your machine, with no API keys and nothing uploaded, it fits confidential or regulated codebases. Teams doing AI-assisted refactoring or review get evidence they can actually verify without shipping their source anywhere.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.