Odel
akb

akb

Local
@dnotitia158PythonUpdated Today

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.

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

npmakb-mcpv2.0.4

Run

npx -y akb-mcp

MCP client config

{
  "mcpServers": {
    "akb": {
      "command": "npx",
      "args": [
        "-y",
        "akb-mcp"
      ]
    }
  }
}