Kilonova MCP for VS Code
io.github.milnaos/kilonova-mcp
Persistent local knowledge for AI coding agents with structured records, search, and DOT context.
client:VS Code
transport:stdio
runtime:pypi
Install Kilonova MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "kilonova-kb-root",
"description": "KILONOVA_KB_ROOT",
"password": true
}
],
"servers": {
"kilonova-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kilonova-mcp"
],
"env": {
"KILONOVA_KB_ROOT": "${input:kilonova-kb-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs