KIP for Cline
io.github.ldclabs/kip
Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.
client:Cline
transport:stdio
runtime:npm
Install KIP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<KIP_BACKEND_URL>",
"KIP_API_KEY": "<KIP_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs