← Index

io.github.ldclabs/KIP

io.github.ldclabs/KIP·v1.0.1·Memory & RAG
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "KIP": {
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/kip-mcp-server"
      ],
      "env": {
        "KIP_BACKEND_URL": "<kip_backend_url>",
        "KIP_API_KEY": "<your-kip_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "KIP": {
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/kip-mcp-server"
      ],
      "env": {
        "KIP_BACKEND_URL": "<kip_backend_url>",
        "KIP_API_KEY": "<your-kip_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ldclabs/kip-mcp-server
§02  Environment variables
KIP_BACKEND_URL
required

HTTP URL for the KIP backend endpoint

KIP_API_KEY
secret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG