kernava-mcp

nordicnode/kernava-mcp
★ 1 stars Rust Database Updated today
Graph-backed coding intelligence MCP server in Rust. tree-sitter parsing (11 languages), SQLite-WAL + FTS5, in-RAM call graph, Louvain communities. 16 MCP tools over streamable HTTP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kernava-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kernava-mcp"
      ]
    }
  }
}

README Excerpt

A graph-backed coding intelligence MCP server built in Rust. Parses your codebase with tree-sitter, stores symbols and call relationships in SQLite-WAL, and serves a warm in-RAM call graph over streamable HTTP. Designed for token efficiency — answer "who calls this?", "what's the blast radius of this change?", and "where's the dead code?" without re-reading files.

Tools (16)

detect_dead_codefind_definitionfind_referencesget_architectureget_call_pathget_calleesget_callersget_communitiesget_file_outlineget_git_impactget_impact_radiusget_index_statusget_symbolindex_projectsearch_codesearch_symbols

Topics

call-graphcode-analysiscode-intelligencelouvainmcpmcp-servermodel-context-protocolrustrust-mcpsqlitestatic-analysistree-sitter
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →