agentmemory
01MCP server Claude CodeCodexCursor +2
MCP server "agentmemory" as configured in Obidel/Agentmemory. Runs locally from the agentmemory npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "agentmemory" as configured in Obidel/Agentmemory. Runs locally from the agentmemory npm package. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "agentmemory-cloud", hosted remotely at agentmemory-dusky.vercel.app, as configured in Obidel/Agentmemory.
Agent
A specialized sub-agent that curates the user's project memory. Use proactively after non-trivial tasks to capture decisions, constraints, and preferences.
Command
Add a new memory to the current project.
Command
Store a new memory in AgentMemory.
Command
Search memories using hybrid BM25 + vector + graph search.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, running echo 'Tip: project-specific conventions should be stored as . From Obidel/Agentmemory.
Cursor rule
AgentMemory MCP server rules — use addmemory before answering any question that introduces a project-specific convention, dependency, or constraint.
Skill Claude CodeCodex
Persistent project memory via AgentMemory MCP. Use when the user asks you to remember something, recall a project convention, search past context, or forget a memory. Always search before answering project-specific questions.