Skip to content
Cursor

KIP for Cursor

io.github.ldclabs/kip

Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.

client:Cursor transport:stdio runtime:npm

Install KIP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kip": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/kip-mcp-server"
      ],
      "env": {
        "KIP_BACKEND_URL": "<KIP_BACKEND_URL>",
        "KIP_API_KEY": "<KIP_API_KEY>"
      }
    }
  }
}

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

KIP in other clients