📡 MCP Radar

pedr0v/crux

Token-efficient code navigation for AI coding agents — SCIP-backed MCP server (MIT)

4 stars
0 forks
Rust
momentum ▲ 8.0
created 2026-08-12
on radar since 2026-08-14
star trend 3 → 4 since 2026-08-14
View on GitHub ↗

About crux

crux is an MCP server for AI coding agents. It reads a SCIP index of your code. It answers these questions in compact text:

- Where is this symbol? - Who uses this symbol? - Who calls this function? - Which exports are not used?

The agent does not read full files to find these answers. Thus the agent uses fewer tokens.

In paired Codex CLI runs, crux raised correct answers from 66% to 96%. Tokens per correct answer fell by 24%. The Benchmark section has details.

Download the binary for your platform from GitHub Releases:

Platform Binary --- --- macOS (Apple Silicon) crux-aarch64-apple-darwin macOS (Intel) crux-x8664-apple-darwin Linux (x8664) crux-x8664-unknown-linux-gnu Linux (ARM64) crux-aarch64-unknown-linux-gnu Windows (x8664) crux-x8664-pc-windows-msvc.exe

As an alternative, build crux from source:

Run crux self-update to install the latest standalone version. Run crux self-update --check to check for an update without an installation. Halv updates its bundled crux through the app updater.

This command registers the MCP server in ~/.codex/config.toml. It also installs a guidance note in ~/.codex/AGENTS.md.

Use a project note instead of the global note when needed:

This command writes the note to the project's AGENTS.md. The MCP registration remains global.

The prompt-space note is required because Codex CLI ignored MCP server instructions alone: 0 organic adoptions in 60 sessions across three wording variants.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/pedr0v--crux.html)

Related MCP servers

JordyZomer/lemmalog

A Datalog engine for LLM agent memory: stratified rules, provenance-tracked facts, incremental derivation, and an MCP server that lets your harness use it as a shared brain.

⭐ 162Rust
mrpulor-gh/nuphus-mcp

Desktop automation MCP server — computer use for any AI agent: control screen, windows, mouse/keyboard, and Chrome via Model Context Protocol (stdio)

⭐ 152Rust
KayanoLiam/ContextX

A free remote MCP server offering normal (Grok 4.3) and deep (Grok 4.20 Multi-Agent) search. No API keys required, streaming support prevents gateway timeouts.

⭐ 93Rust
omaekumiko2-create/kru

Local-first MCP password and credential manager for AI agents. Use passwords, API keys, SSH identities, and TOTP without exposing hidden plaintext to the model.

⭐ 88Rust
pinoox/neuromesh

The Biomimetic Context Engine & Neural Runtime for AI Coding Assistants

⭐ 72Rust
naw103/foremerge

Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

⭐ 32Rust

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.