Back to Browse

Kilonova MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Persistent local knowledge for AI coding agents with structured records, search, and DOT context.

About

Persistent local knowledge for AI coding agents with structured records, search, and DOT context.

Security Report

4.2
Use Caution4.2High Risk

Kilonova MCP is a local knowledge base server with straightforward file I/O and no network calls. Authentication and credential handling are absent—the server relies entirely on environment-based KB root configuration and filesystem permissions. Code quality is solid with proper input sanitization and error handling. Permissions are appropriate for the stated purpose: local file read/write operations only, with no external network access or dangerous operations. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

6 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Directory where Kilonova stores local knowledge bases. Defaults to a platform-appropriate local path.Optional

Environment variable: KILONOVA_KB_ROOT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-milnaos-kilonova-mcp": {
      "env": {
        "KILONOVA_KB_ROOT": "your-kilonova-kb-root-here"
      },
      "args": [
        "kilonova-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!