Skip to content

Commit dce30fd

Browse files
committed
Cleanup README
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 3efe36a commit dce30fd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[![Docker Image](https://img.shields.io/badge/docker-ghcr.io%2Fibm%2Fmcp--context--forge-blue)](https://github.com/ibm/mcp-context-forge/pkgs/container/mcp-context-forge)&nbsp;
1818

1919

20-
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 live 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 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.
2121

2222
![MCP Gateway](https://ibm.github.io/mcp-context-forge/images/mcpgateway.gif)
2323
---
@@ -31,7 +31,7 @@ It supports:
3131
* Federation across multiple MCP and REST services
3232
* Virtualization of legacy APIs as MCP-compliant tools and servers
3333
* Transport over HTTP, JSON-RPC, WebSocket, SSE, and stdio
34-
* A live Admin UI for real-time management and configuration
34+
* An Admin UI for real-time management and configuration
3535
* Built-in auth, observability, retries, and rate-limiting
3636
* Scalable deployments via Docker or PyPI, Redis-backed caching, and multi-cluster federation
3737

@@ -90,7 +90,7 @@ For a list of upcoming features, check out the [ContextForge MCP Gateway Roadmap
9090
<details>
9191
<summary><strong>📈 Admin UI, Observability & Dev Experience</strong></summary>
9292

93-
* Live Admin UI built with HTMX + Alpine.js
93+
* Admin UI built with HTMX + Alpine.js
9494
* Auth: Basic, JWT, or custom schemes
9595
* Structured logs, health endpoints, metrics
9696
* 400+ tests, Makefile targets, live reload, pre-commit hooks
@@ -175,7 +175,7 @@ npx -y @modelcontextprotocol/inspector
175175
</details>
176176

177177
<details>
178-
<summary><strong>🖧 Using the stdio wrapper (optional)</strong></summary>
178+
<summary><strong>🖧 Using the stdio wrapper (mcpgateway-wrapper)</strong></summary>
179179

180180
```bash
181181
export MCP_AUTH_TOKEN=$MCPGATEWAY_BEARER_TOKEN
@@ -959,7 +959,6 @@ uvicorn mcpgateway.main:app --host 0.0.0.0 --port 4444 --workers 4
959959
```bash
960960
# Generate a JWT token using JWT_SECRET_KEY and export it as MCPGATEWAY_BEARER_TOKEN
961961
# Note that the module needs to be installed. If running locally use:
962-
# python3 mcpgateway/utils/create_jwt_token.py
963962
export MCPGATEWAY_BEARER_TOKEN=$(JWT_SECRET_KEY=my-test-key python3 -m mcpgateway.utils.create_jwt_token)
964963

965964
# Use the JWT token in an API call

0 commit comments

Comments
 (0)