Redcon MCP Server

Deterministic context budgeting for AI coding agents Stop sending agents 200k tokens of irrelevant code. Redcon scores, compresses, and packs repo context so your agent gets what it actually needs. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 8 · #60 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Redcon

Claude Code

claude mcp add natiixnt-redcon -- uvx redcon

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "natiixnt-redcon": {
      "command": "uvx",
      "args": [
        "redcon"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package redcon - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.natiixnt is GitHub-verified and matches the repo owner

03 · What Redcon can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.18.0 · 2026-08-14

Exp 4 Phase A: tiered rendering policies, dev sweep, pre-registration · Add Exp 4 W2 results: tiered topk:10 holds all three hypotheses · Close Exp 4 as held-with-nuance; register size-gated adaptive-v2 · Make adaptive…

v1.17.0 · 2026-08-13

Add experiment 1 design: one-shot selection quality · Add experiment 2 design: P-lite ranking-list injection · Add Exp 1 one-shot results: selection quality does not beat naive at equal budget · Add Exp 2 P-lite…

v1.16.0 · 2026-08-09

Add deterministic agentic evaluation harness · Add layer-1 evaluation results and phrasing distinguishability metric · Add MCP stdio determinism end-to-end check · Add agent-in-the-loop arm harness (layer 2) · Add…

04 · Who maintains Redcon

redcon is maintained by natiixnt. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
coding agent - ranked #60 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-14)
registry
io.github.natiixnt/redcon (active, first published 2026-07-30 · 4 versions)
packages
pypi:redcon

06 · Redcon FAQ

What is Redcon?

Deterministic context budgeting for AI coding agents Stop sending agents 200k tokens of irrelevant code. Redcon scores, compresses, and packs repo context so your agent gets what it actually needs. It runs locally over stdio via the published package.

Is Redcon still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Redcon?

Run `uvx redcon`. You can also paste the ready-made client config above.

Does Redcon run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Redcon

More coding agent MCP servers · NEAT · Ccrider · Projectmind · AGENTS.md Generator · Occasio

More Python MCP servers · Nauro · Rebar · Broker · Mftool MCP · Pin RAG · see all