MCP Server
MCP
redcon
Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.
Install
uvx redcon
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "redcon",
"version": "1.15.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "redcon[mcp]",
"type": "named",
"name": "--from"
},
{
"value": "redcon",
"type": "positional"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment