← Back to Plugins
MCP Server MCP

redcon

github By github 👁 1 views ▲ 0 votes

Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...