Claude Code Agentic Semantic Memory System Mcp
Description
This guide provides complete instructions for implementing an **Agentic Semantic Memory System** that enables Claude agents to:
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Agentic Semantic Memory System (MCP)
[](https://opensource.org/licenses/MIT) [](https://github.com/anthropics/model-context-protocol) [](https://nodejs.org)
A sophisticated Model Context Protocol (MCP) server that provides Claude Code with persistent semantic memory capabilities, enabling long-term information storage and retrieval across sessions. This system allows Claude to remember context, preferences, and important information between conversations.
🌟 Key Features
- 🧠 Persistent Memory: Information survives across Claude Code sessions
- 🔍 Semantic Search: Retrieve memories based on meaning, not just keywords
- 📁 Project Namespaces: Organize memories into separate contexts/projects
- 🌐 Local Embeddings: Works offline without external API dependencies
- 🔗 Memory Relations: Create knowledge graphs with connected memories
- 🚀 Intent-Based Activation: Natural language triggers automatic tool invocation
- 📊 Full CRUD Operations: Create, read, update, and delete memories
- 🔐 Privacy-First: All data stored in your own PostgreSQL database
🏗️ Architecture
Core Components
agentic-memory/
├── src/
│ ├── index.ts # MCP server entry point
│ ├── db/
│ │ ├── client.ts # Database connection (Neon PostgreSQL)
│ │ └── schema.ts # Drizzle ORM schema (memories, relations)
│ └── tools/
│ ├── createMemory.ts # Store new memories
│ ├── searchMemory.ts # Semantic search
│ ├── listMemories.ts # List and filter memories
│ ├── deleteMemory.ts # Remove memories
│ ├── updateMemory.ts # Modify existing memories
│ ├── manageProjects.ts # Project namespace management
│ └── simpleEmbedding.ts # Local embedding generation
├── run-ser
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11