Kilonova MCP
About
Persistent local knowledge for AI coding agents with structured records, search, and DOT context.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KILONOVA_KB_ROOTClaude Code
claude mcp add --env KILONOVA_KB_ROOT= kilonova-mcp -- uvx kilonova-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"kilonova-mcp","command":"uvx","args":["kilonova-mcp"],"env":{"KILONOVA_KB_ROOT":""}}'
JSON
{
"mcpServers": {
"kilonova-mcp": {
"command": "uvx",
"args": [
"kilonova-mcp"
],
"env": {
"KILONOVA_KB_ROOT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.