Odel
kernal

kernal

Local
@pintomatic2TypeScriptMITUpdated 2mo ago

Graph-native memory for AI agents: a knowledge graph built from conversation, via 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).

npmkernal-mcpv0.2.1

Run

npx -y kernal-mcp

MCP client config

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