Code Recall
FreeNot checkedGives AI coding agents persistent memory by storing observations, decisions, and learnings in a local SQLite database with vector search, full-text search, and
About
Gives AI coding agents persistent memory by storing observations, decisions, and learnings in a local SQLite database with vector search, full-text search, and a rules engine.
README
Semantic memory for AI coding agents
Give your AI assistant persistent memory that learns from your project's history.
Packages
This monorepo contains two independent packages:
code-recall - MCP Server
The core MCP server that gives AI agents persistent, semantic memory. It stores observations, decisions, and learnings in a local SQLite database with vector search, full-text search, and a rules engine.
bun install -g code-recall
claude mcp add code-recall -- bunx code-recall
code-recall-tui - Terminal UI
A terminal UI for browsing and exploring your code-recall database. View memories, rules, code entities, and search through everything your AI agent has learned.
bun install -g code-recall-tui
code-recall-tui
Quick Start
- Install the MCP server and add it to your AI coding agent
- Start coding -- the agent will automatically store decisions, patterns, warnings, and learnings
- Browse your data with the TUI to see what your agent has learned
All data stays local on your machine. No cloud, no telemetry, fully private.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
MIT License - see LICENSE for details.
Installing Code Recall
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/AbianS/code-recallFAQ
Is Code Recall MCP free?
Yes, Code Recall MCP is free — one-click install via Unyly at no cost.
Does Code Recall need an API key?
No, Code Recall runs without API keys or environment variables.
Is Code Recall hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Code Recall in Claude Desktop, Claude Code or Cursor?
Open Code Recall on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Code Recall with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
