Skip to content
Cursor

kernal mcp for Cursor

io.github.pintomatic/kernal-mcp

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

client:Cursor transport:stdio runtime:npm

Install kernal mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kernal mcp in other clients