redcon
Rank #6,252io.github.natiixnt/redcon
Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.
redcon is a Model Context Protocol (MCP) server published by natiixnt. It ranks #6,252 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. redcon is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 125,794 of 132,046 servers on MCP Toplist.
Use redcon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add redcon -- uvx --from "redcon[mcp]" redcon redcon mcp serve[mcp_servers.redcon]
command = "uvx"
args = ["--from", "redcon[mcp]", "redcon", "redcon", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"redcon": {
"command": "uvx",
"args": [
"--from",
"redcon[mcp]",
"redcon",
"redcon",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"redcon": {
"command": "uvx",
"args": [
"--from",
"redcon[mcp]",
"redcon",
"redcon",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"redcon": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"redcon[mcp]",
"redcon",
"redcon",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"redcon": {
"command": "uvx",
"args": [
"--from",
"redcon[mcp]",
"redcon",
"redcon",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"redcon": {
"command": "uvx",
"args": [
"--from",
"redcon[mcp]",
"redcon",
"redcon",
"mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.natiixnt%2Fredcon)<a href="https://mcptoplist.com/server/io.github.natiixnt%2Fredcon"><img src="https://mcptoplist.com/badge/io.github.natiixnt%2Fredcon.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
natiixnt
Available versions (4)
| Version | Published |
|---|---|
| 1.15.0 | Aug 3, 2026 |
| 1.13.0 | Aug 3, 2026 |
| 1.12.0 | Aug 3, 2026 |
| 1.11.3 | Jul 30, 2026 |
Frequently asked questions
- Who maintains redcon?
- redcon is maintained by natiixnt, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is redcon listed on the Official MCP Registry?
- Yes — redcon is listed on the Official MCP Registry, alongside Glama.
- How many versions does redcon have?
- MCP Toplist tracks 4 versions of redcon, most recently published on Aug 3, 2026.
- Where can I find the source code for redcon?
- The source code for redcon is hosted at github.com/natiixnt/redcon.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.