mnemo
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mnemoremember that the auth service uses JWT tokens"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mnemo
Autonomous bitemporal memory engine for AI coding agents.
Mnemo provides persistent, cross-session architectural memory. It automatically maps repository structure, tracks context across edits, and exposes structured retrieval via Model Context Protocol (FastMCP) and clean CLI tools.
Key Features
Autonomous AST Mapping: Automatically parses modules, classes, and dependencies with incremental SHA-256 diff caching.
Bitemporal Knowledge Engine: Tracks both event time and assertion time using SQLite with WAL mode and full-text search (FTS5).
Self-Healing Storage: Dynamic schema migrations and automatic FTS index repair.
Dark Minimal Visualizer: Interactive 3-column Sankey graph mapping categories, memory tiers, and architecture flows.
Related MCP server: NEAT MCP Server
Installation
pip install mnemoQuick Start
1. Initialize Memory Store
mnemo init2. Autonomous Repository Scan
mnemo scan .3. Interactive Knowledge Visualization
mnemo visualize4. Health Diagnostics
mnemo doctorModel Context Protocol (FastMCP)
Mnemo integrates natively with Claude Desktop, Cursor, Antigravity, and any MCP client over stdio:
{
"mcpServers": {
"mnemo": {
"command": "mnemo",
"args": ["serve"]
}
}
}Available MCP Tools
mnemo_remember: Stores or updates facts through the AUDN classifier and auto-links mentioned code entities.mnemo_search: Hybrid 3-channel retrieval (Vector + FTS5 + Recursive CTE Graph) fused via Reciprocal Rank Fusion (RRF).mnemo_scan_project: Triggers an on-demand incremental AST scan of the repository.mnemo_invalidate: Soft-deletes records with bitemporal invalidation timestamps.mnemo_tier_decay: Recalculates Ebbinghaus salience decay and tier promotions/demotions.mnemo_get_debt_ledger: Detects decaying working-tier facts, stale core assumptions, and architectural debt.
Architecture
Storage: Local SQLite in WAL mode with FTS5 BM25, vector embeddings, and recursive CTE graph traversal.
Serialization: Token-Optimized Object Notation (TOON) providing up to 56% token savings over standard JSON.
CLI: Borderless Matrix interface powered by Typer and Rich.
License
MIT License. Copyright (c) 2026 Mnemo Contributors.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Your versioned memory across every AI tool — context maps, personal memory, and tasks over MCP.
Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides persistent architectural memory and structural cognition for AI coding agents, enabling efficient orientation, graph-aware context, and drift detection across codebase evolution.1,242290MIT

NEAT MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceProvides AI agents with a live architecture model of a codebase, enabling queries for root cause analysis, blast radius, and dependency traversal through MCP tools.23817Apache 2.0- AlicenseNot gradedqualityBmaintenanceOffline-first, persistent repository memory for coding agents. Provides MCP tools for repository scanning, searching, context, and impact analysis, helping agents navigate and edit code efficiently.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides coding agents with governed semantic memory and code-graph context via MCP, enabling code-linked recall, blast-radius impact analysis, and lifecycle-aware memory management.2Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/YoruichiYams/mnemo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server