Kilonova MCP for Cline
io.github.milnaos/kilonova-mcp
Persistent local knowledge for AI coding agents with structured records, search, and DOT context.
client:Cline
transport:stdio
runtime:pypi
Install Kilonova MCP 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": {
"kilonova-mcp": {
"command": "uvx",
"args": [
"kilonova-mcp"
],
"env": {
"KILONOVA_KB_ROOT": "<KILONOVA_KB_ROOT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs