Skip to content

Commit bd1e9c9

Browse files
charlieseayclaude
andcommitted
docs: add Using with a Gateway section to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4ab96a5 commit bd1e9c9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ claude mcp add binnacle -- binnacle serve
169169
- Xcode 16.3+ (build only)
170170
- Calendar and Reminders access granted via setup command
171171

172+
## Using with a Gateway
173+
174+
If you're running multiple MCP servers, route them through a gateway like [`tbxark/mcp-proxy`](https://github.com/tbxark/mcp-proxy) to manage all child processes from a single persistent service. The proxy handles process lifecycle, centralized config, and crash recovery — each server still gets its own SSE endpoint but you manage everything from one config file instead of scattered Claude Code entries.
175+
176+
For a full walkthrough of how this works in practice, see [The Hidden Cost of a Loaded MCP Stack](https://charlieseay.com/blog/mcp-gateway-lazy-loading) on charlieseay.com.
177+
172178
## License
173179

174180
MIT — see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)