Skip to content

Commit 5e406d9

Browse files
docs: fix install command, add cost example
1 parent 9e346cc commit 5e406d9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4949
2. **Subsequent calls (up to 92%):** Session deduplication detects repeated structure. Only deltas are transmitted.
5050
3. **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)

0 commit comments

Comments
 (0)