By memoric-ai
Persistent memory layer for AI agents. Intelligent deduplication, semantic search, and unlimited retrieval for Claude Code workflows.
Persistent memory for AI agents. Store, retrieve, and manage memories across sessions with intelligent deduplication and semantic search.
Works with Claude Code, Cursor, and Codex.
# zsh (macOS default)
echo 'export MEMORIC_API_KEY="mk_your_key"' >> ~/.zshrc
source ~/.zshrc
# bash
echo 'export MEMORIC_API_KEY="mk_your_key"' >> ~/.bashrc
source ~/.bashrc
/install-plugin memoric-ai/memoric-plugin
This installs the MCP server, lifecycle hooks, and skills automatically.
Add to .cursor/mcp.json:
{
"mcpServers": {
"memoric": {
"url": "https://memoric.dev/mcp",
"headers": {
"Authorization": "Bearer ${env:MEMORIC_API_KEY}"
}
}
}
}
Add to your Codex MCP config:
{
"mcpServers": {
"memoric": {
"url": "https://memoric.dev/mcp",
"bearer_token_env_var": "MEMORIC_API_KEY"
}
}
}
Start a new session and ask: "Search my memories for hello"
If the memoric tools appear and respond, you're all set.
| Component | Claude Code | Cursor | Codex |
|---|---|---|---|
| MCP Server (cloud) | Yes | Yes | Yes |
| Lifecycle Hooks | Yes | No | No |
| Skills | Yes | No | Yes |
memoric.dev/mcp. No local dependencies.| Tool | Description |
|---|---|
add_memory | Store a memory with intelligent deduplication |
search_memories | Semantic search across stored memories |
get_memories | List stored memories with optional filters |
delete_memory | Delete a memory by ID |
MIT
Modifies files
Hook triggers on file write and edit operations
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub memoric-ai/memoric-plugin --plugin memoricLong-term memory for Claude Code — slash commands, skills, opt-in session hooks, codebase indexing, and a deep-retrieval subagent over the @memsy-io/mcp server.
Captures user prompts and agent responses to Memory Engine for persistent context across sessions
Deja Vu memory layer for AI applications. Add persistent memory, personalization, and semantic search to Claude workflows using the Deja Vu Platform MCP server.
Persistent memory for Claude Code — memories survive across sessions, projects, and machines
Cross-host durable memory — same ling-mem daemon and store in Claude Code, Codex, OpenClaw, and Linggen. Three-tier model (core + long-term + episodic staging) of who the user is, not a log of what was done.
Persistent, user-owned memory for AI agents over hosted MCP. Remember decisions, recall project context, manage TODOs, and govern memory lifecycle across sessions.