HomeKnowledge & Memory › KIP

KIP

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

HTML
★ 83 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @ldclabs/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "kip": {
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/[email protected]"
      ],
      "env": {
        "KIP_BACKEND_URL": "<YOUR_VALUE>",
        "KIP_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • KIP_BACKEND_URL required — HTTP URL for the KIP backend endpoint
  • KIP_API_KEY secret — Your API key for the service

Related servers

Data from the Official MCP Registry