nerve-workstation

z23cc/nerve-workstation
★ 0 stars Rust AI/LLM Updated today
Pure-Rust, embeddable, on-demand headless code-context engine — parallel search (nucleo+BM25), multi-language codemap (syn/ruff/oxc), PageRank repo-map, C ABI + MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nerve-workstation": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nerve-workstation"
      ]
    }
  }
}

README Excerpt

A deterministic **code-intelligence engine** exposed through two runtime adapters: agent-facing MCP over stdio, and `nerve daemon`, a local Nerve Runtime for frontends. One pure-Rust binary gives MCP hosts (Claude Code, Codex, …) and runtime clients fast search, codemaps, symbol navigation, structural edits, and

Tools (1)

file_search