Back to Apps

Memory Layer
by 3vilm33pl3
Local-first memory system for coding agents with PostgreSQL storage and semantic search.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does
Memory Layer provides a durable, local-first memory substrate for coding agents and developers. It transforms ephemeral session data into a searchable knowledge base, allowing agents to maintain continuity across sessions with evidence-backed retrieval.
Tools
remember: Persists a new memory or fact to the knowledge base.query: Performs hybrid semantic and lexical search to retrieve relevant project context.scan: Automatically extracts memories from project files.curate: Reviews and approves memory changes to ensure knowledge quality.graph extract: Maps the repository structure into a durable code graph for structural retrieval.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"memory-layer": {
"command": "memory",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Codex
Quick install
brew install 3vilM33pl3/memory/memory-layerInformation
- Pricing
- free
- Published
- 7/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add memory-layer to your MCP configuration or AGENTS.md skills.Claude Desktop
{
"mcpServers": {
"memory-layer": {
"command": "memory",
"args": ["mcp"]
}
}
}





