Odel
agent memory mcp

agent memory mcp

Local
@kira-autonomaTypeScriptMITUpdated 5mo ago

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kiraautonoma/agent-memory-mcpv0.1.3

Run

npx -y @kiraautonoma/agent-memory-mcp

MCP client config

{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ]
    }
  }
}