{"id":42577658,"url":"https://github.com/abians/code-recall","last_synced_at":"2026-01-28T22:00:43.433Z","repository":{"id":332447517,"uuid":"1133826454","full_name":"AbianS/code-recall","owner":"AbianS","description":"Ultra-fast MCP server for semantic memory and code analysis","archived":false,"fork":false,"pushed_at":"2026-01-13T23:29:36.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T23:58:53.222Z","etag":null,"topics":["ai","coding-agents","mcp","memory","semantic-search"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/code-recall","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbianS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-13T21:44:20.000Z","updated_at":"2026-01-13T23:29:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AbianS/code-recall","commit_stats":null,"previous_names":["abians/code-recall"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AbianS/code-recall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbianS%2Fcode-recall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbianS%2Fcode-recall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbianS%2Fcode-recall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbianS%2Fcode-recall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbianS","download_url":"https://codeload.github.com/AbianS/code-recall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbianS%2Fcode-recall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","coding-agents","mcp","memory","semantic-search"],"created_at":"2026-01-28T22:00:42.525Z","updated_at":"2026-01-28T22:00:43.412Z","avatar_url":"https://github.com/AbianS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg width=\"1536\" height=\"1024\" alt=\"code-recall\" src=\"https://github.com/user-attachments/assets/04e1f95a-1239-42b1-bd23-c4bbe273452b\" /\u003e\n\n**Semantic memory for AI coding agents**\n\nGive your AI assistant persistent memory that learns from your project's history.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Bun](https://img.shields.io/badge/Bun-1.0+-black?logo=bun)](https://bun.sh)\n[![MCP](https://img.shields.io/badge/MCP-Compatible-green)](https://modelcontextprotocol.io)\n\n\u003c/div\u003e\n\n---\n\n## Packages\n\nThis monorepo contains two independent packages:\n\n### [`code-recall`](./apps/server) - MCP Server\n\n[![npm](https://img.shields.io/npm/v/code-recall)](https://www.npmjs.com/package/code-recall)\n\nThe 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.\n\n```bash\nbun install -g code-recall\n```\n\n```bash\nclaude mcp add code-recall -- bunx code-recall\n```\n\n### [`code-recall-tui`](./apps/tui) - Terminal UI\n\n[![npm](https://img.shields.io/npm/v/code-recall-tui)](https://www.npmjs.com/package/code-recall-tui)\n\nA terminal UI for browsing and exploring your code-recall database. View memories, rules, code entities, and search through everything your AI agent has learned.\n\n```bash\nbun install -g code-recall-tui\n```\n\n```bash\ncode-recall-tui\n```\n\n---\n\n## Quick Start\n\n1. **Install the MCP server** and add it to your AI coding agent\n2. **Start coding** -- the agent will automatically store decisions, patterns, warnings, and learnings\n3. **Browse your data** with the TUI to see what your agent has learned\n\nAll data stays local on your machine. No cloud, no telemetry, fully private.\n\n---\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabians%2Fcode-recall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabians%2Fcode-recall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabians%2Fcode-recall/lists"}