Servers
MCP Gateway
@IBM
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-context-forge": {
"command": "uvx",
"args": [
"--from",
"mcp-contextforge-gateway",
"mcpgateway",
"--host",
"0.0.0.0",
"--port",
"4444"
]
}
}
}