Monorepo for the Crow coding agent.
Crow is an ACP-native coding agent that runs in your terminal and inside ACP-compatible editors. It reads and edits code, runs shell commands, and searches the web — and it remembers: every session is written to a shared memory service you can query across sessions.
| Package | What it is |
|---|---|
crow-cli |
The agent — CLI, ACP server, tool executors, memory client |
crow-mcp |
MCP toolserver (filesystem, terminal, web search) |
crow-memory |
Memory service — LanceDB + ColBERT/ColPali embeddings, runs as a Docker container |
crow-task-mcp |
Task management MCP server |
crow-orchestrator-mcp |
Orchestration MCP server |
Setup and usage live in the crow-cli README. In short:
git clone https://github.com/crow-cli/crow-cli
cd crow-cli/crow-cli
uv sync
uv run crow-cli init
# start the memory service
docker compose up -d
# run the agent
uv run crow-cli run "explain this project"MIT. See LICENSE.md.
