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 memoricGraph-vector memory service providing AI assistants with durable, relational memory for context awareness.
Long-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
A persistent memory system for AI agents that stores and retrieves contextual information across extended conversations and sessions.
Persistent memory for Claude Code — memories survive across sessions, projects, and machines
Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.