You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContextForge MCP Gateway is a feature-rich gateway & proxy that federates MCP and REST services - unifying discovery, auth, rate-limiting, observability, virtual servers, multi-transport protocols, and an optional Admin UI into one clean endpoint for your AI clients. It runs as a fully compliant MCP server, deployable via PyPI or Docker, and scales to multi-cluster environments on Kubernetes with Redis-backed federation and caching.
20
+
ContextForge MCP Gateway is a feature-rich gateway, proxy and MCP Registry that federates MCP and REST services - unifying discovery, auth, rate-limiting, observability, virtual servers, multi-transport protocols, and an optional Admin UI into one clean endpoint for your AI clients. It runs as a fully compliant MCP server, deployable via PyPI or Docker, and scales to multi-cluster environments on Kubernetes with Redis-backed federation and caching.
* Federation across multiple MCP and REST services
32
32
* Virtualization of legacy APIs as MCP-compliant tools and servers
33
-
* Transport over HTTP, JSON-RPC, WebSocket, SSE, and stdio
33
+
* Transport over HTTP, JSON-RPC, WebSocket, SSE, stdio and streamable-HTTP
34
34
* An Admin UI for real-time management and configuration
35
35
* Built-in auth, observability, retries, and rate-limiting
36
36
* Scalable deployments via Docker or PyPI, Redis-backed caching, and multi-cluster federation
@@ -51,7 +51,7 @@ For a list of upcoming features, check out the [ContextForge MCP Gateway Roadmap
51
51
</details>
52
52
53
53
<details>
54
-
<summary><strong>🌐 Federation of Peer Gateways</strong></summary>
54
+
<summary><strong>🌐 Federation of Peer Gateways (MCP Registry)</strong></summary>
55
55
56
56
* Auto-discovers or configures peer gateways (via mDNS or manual)
57
57
* Performs health checks and merges remote registries transparently
@@ -275,6 +275,8 @@ docker run -d --name mcpgateway \
275
275
ghcr.io/ibm/mcp-context-forge:0.1.1
276
276
```
277
277
278
+
Using `--network=host` allows Docker to access the local network, allowing you to add MCP servers running on your host. See [Docker Host network driver documentation](https://docs.docker.com/engine/network/drivers/host/) for more details.
279
+
278
280
</details>
279
281
280
282
---
@@ -833,11 +835,13 @@ You can get started by copying the provided [.env.example](.env.example) to `.en
<pclass="text-sm text-gray-600 mt-1">Gateways are where you register external MCP servers to federate their tools/resources/prompts into your environment.</p>
0 commit comments