File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Codex plugin for [GCF Proxy](https://github.com/blackwell-systems/gcf-proxy). Re
55## Install
66
77``` bash
8- codex plugin install blackwell-systems/ gcf-codex-plugin
8+ codex plugin add gcf-proxy
99```
1010
1111## What it does
@@ -49,6 +49,18 @@ This modifies your MCP config to route the server through gcf-proxy. The origina
49492 . ** Subsequent calls (up to 92%):** Session deduplication detects repeated structure. Only deltas are transmitted.
50503 . ** Zero code changes:** The proxy wraps any MCP server. The server still outputs JSON; the proxy re-encodes before it reaches the model.
5151
52+ ## Cost example
53+
54+ A team running 1,000 queries/day with GPT-5.5 ($5/MTok input):
55+
56+ | Format | Monthly cost | Annual cost |
57+ | --------| -------------| -------------|
58+ | JSON | $12,098 | $145,171 |
59+ | GCF | $3,549 | $42,583 |
60+ | ** Savings** | ** $8,549/mo** | ** $102,588/yr** |
61+
62+ [ Try the cost calculator] ( https://gcformat.com/calculator ) with your own numbers.
63+
5264## Links
5365
5466- [ GCF Spec] ( https://gcformat.com )
You can’t perform that action at this time.
0 commit comments