Skip to main content
Glama
AbianS
by AbianS

Semantic memory for AI coding agents

Give your AI assistant persistent memory that learns from your project's history.

License: MIT Bun MCP


Packages

This monorepo contains two independent packages:

code-recall - MCP Server

npm

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

npm

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

Related MCP server: MCP Vector Memory

Quick Start

  1. Install the MCP server and add it to your AI coding agent

  2. Start coding -- the agent will automatically store decisions, patterns, warnings, and learnings

  3. 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.

  1. Fork the repository

  2. Create your feature branch (git checkout -b feature/amazing-feature)

  3. Commit your changes (git commit -m 'Add amazing feature')

  4. Push to the branch (git push origin feature/amazing-feature)

  5. Open a Pull Request

License

MIT License - see LICENSE for details.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
3dRelease cycle
6Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    Provides AI coding agents with persistent, long-term memory through local semantic search and SQLite storage. It enables agents to save and retrieve architectural decisions or project context across different conversation sessions without requiring cloud services.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Provides AI coding assistants with persistent project memory to retain architectural decisions, code patterns, and domain knowledge across sessions. It stores data locally in a SQLite database, allowing agents to remember, recall, and manage project-specific context using full-text search.
    Last updated
    19
    Apache 2.0
  • A
    license
    -
    quality
    A
    maintenance
    Provides long-term memory for LLMs via local SQLite storage with hybrid search (BM25, vectors, recency decay), enabling AI coding agents to persist and recall memories across sessions without cloud or API keys.
    Last updated
    52
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory for AI agents. Search, store, and recall across sessions.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Universal memory for AI agents and tools. Save, organize and search context anywhere.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbianS/code-recall'

If you have feedback or need assistance with the MCP directory API, please join our Discord server