Odel
agent knowledge

agent knowledge

Local
@keshrath17TypeScriptMITUpdated 4mo ago

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

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).

npmagent-knowledgev1.9.7

Run

npx -y agent-knowledge

MCP client config

{
  "mcpServers": {
    "agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}