Skip to main content
ClaudeWave
IBM avatar
IBM

mcp-context-forge

View on GitHub

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.

MCP Servers3.9k stars701 forksPythonApache-2.0Updated today
Editor's note

IBM's ContextForge is a Python-based MCP server and gateway built on FastAPI that sits between AI clients and any combination of MCP servers, A2A agents, and REST or gRPC backends, federating them behind a single unified endpoint. It translates gRPC services to MCP tools via automatic server reflection, wraps legacy REST APIs as virtual MCP-compliant tools, and applies centralized governance including rate limiting, JWT and OAuth authentication, retries, and TOON prompt compression. Connections to Claude Desktop and other MCP clients work over HTTP, JSON-RPC, WebSocket, SSE, stdio, and streamable-HTTP transports. An Admin UI supports real-time configuration and log monitoring, including airgapped deployments. Observability is handled through OpenTelemetry with support for Phoenix, Jaeger, and Zipkin backends. The project ships over 40 plugins for additional transports and integrations, scales to multi-cluster Kubernetes environments with Redis-backed federation and caching, and is distributed via both PyPI and a Docker image hosted on GitHub Container Registry. Platform engineers and AI infrastructure teams managing multiple backend services or agent ecosystems are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · mcp-context-forge
Claude Code CLI
claude mcp add mcp-context-forge -- uvx mcp-context-forge
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-context-forge": {
      "command": "uvx",
      "args": ["mcp-context-forge"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/IBM/mcp-context-forge and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agentsaiapi-gatewayasyncioauthentication-middlewaredevopsdockerfastapifederationgatewaygenerative-aijwtkubernetesllm-agentsmcpmodel-context-protocolobservabilityprompt-engineeringpythontools

What people ask about mcp-context-forge

What is IBM/mcp-context-forge?

+

IBM/mcp-context-forge is mcp servers for the Claude AI ecosystem. 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. It has 3.9k GitHub stars and was last updated today.

How do I install mcp-context-forge?

+

You can install mcp-context-forge by cloning the repository (https://github.com/IBM/mcp-context-forge) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is IBM/mcp-context-forge safe to use?

+

Our security agent has analyzed IBM/mcp-context-forge and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains IBM/mcp-context-forge?

+

IBM/mcp-context-forge is maintained by IBM. The last recorded GitHub activity is from today, with 1183 open issues.

Are there alternatives to mcp-context-forge?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-context-forge to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: IBM/mcp-context-forge
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ibm-mcp-context-forge)](https://claudewave.com/repo/ibm-mcp-context-forge)
<a href="https://claudewave.com/repo/ibm-mcp-context-forge"><img src="https://claudewave.com/api/badge/ibm-mcp-context-forge" alt="Featured on ClaudeWave: IBM/mcp-context-forge" width="320" height="64" /></a>

More MCP Servers