prog

aphoristicartist/prog
★ 0 stars Rust API Integration Updated 9d ago
Rust progressive-disclosure gateway for APIs, CLIs, and MCP servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prog": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "prog"
      ]
    }
  }
}

README Excerpt

`prog` is a Rust progressive-disclosure gateway for noisy HTTP APIs, local CLIs, and MCP servers. It keeps model context small by returning bounded envelopes first, then letting you expand only the parts you need from a local cache. On the current fixture evals, `prog` reduces context by 34.5x-162.8x while keeping envelopes under the 16 KiB invariant.