.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ibm/mcp-context-forge
home/mcp-servers/ibm/mcp-context-forge
ibm avatar

mcp-context-forge

byibm· 5 MCP servers

Stars

4.2k

Forks

777

Category

AI Agents & MCP

View on GitHub

TL;DR

> An open source registry and proxy that federates MCP, A2A, and REST/gRPC APIs with centralized governance, discovery, and observability. Optimizes Agent & Tool calling, and supports plugins.

How to install mcp-context-forge?

ibm/mcp-context-forge
$git clone https://github.com/ibm/mcp-context-forge

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-context-forge by running `git clone https://github.com/ibm/mcp-context-forge`, then use it for the current task and follow its documentation at https://github.com/ibm/mcp-context-forge.

Files · 1

View on GitHub
README.md
1# ContextForge
2 
3> An open source registry and proxy that federates MCP, A2A, and REST/gRPC APIs with centralized governance, discovery, and observability. Optimizes Agent & Tool calling, and supports plugins.
4 
5![ContextForge Banner](docs/docs/images/contextforge-logo_horizontal_black.png)
6 
7<!-- === CI / Security / Build Badges === -->
8[![Build Python Package](https://github.com/IBM/mcp-context-forge/actions/workflows/python-package.yml/badge.svg)](https://github.com/IBM/mcp-context-forge/actions/workflows/python-package.yml)&nbsp;
9[![Dependency Review](https://github.com/IBM/mcp-context-forge/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/IBM/mcp-context-forge/actions/workflows/dependency-review.yml)&nbsp;
10[![Tests & Coverage](https://github.com/IBM/mcp-context-forge/actions/workflows/pytest.yml/badge.svg)](https://github.com/IBM/mcp-context-forge/actions/workflows/pytest.yml)&nbsp;
11[![Lint & Static Analysis](https://github.com/IBM/mcp-context-forge/actions/workflows/lint.yml/badge.svg)](https://github.com/IBM/mcp-context-forge/actions/workflows/lint.yml)
12 
13<!-- === Package / Container === -->
14[![Async](https://img.shields.io/badge/async-await-green.svg)](https://docs.python.org/3/library/asyncio.html)
15[![License](https://img.shields.io/github/license/ibm/mcp-context-forge)](LICENSE)&nbsp;
16[![PyPI](https://img.shields.io/pypi/v/mcp-contextforge-gateway)](https://pypi.org/project/mcp-contextforge-gateway/)&nbsp;
17[![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;
18 
19 
20**ContextForge** is an open source registry and proxy that federates tools, agents, and APIs into one clean endpoint for your AI clients. It provides centralized governance, discovery, and observability across your AI infrastructure:
21 
22- **Tools Gateway** — MCP, REST, gRPC-to-MCP translation, and TOON compression
23- **Agent Gateway** — A2A protocol, OpenAI-compatible and Anthropic agent routing
24- **API Gateway** — Rate limiting, auth, retries, and reverse proxy for REST services
25- **Plugin Extensibility** — 40+ plugins for additional transports, protocols, and integrations
26- **Observability** — OpenTelemetry tracing with Phoenix, Jaeger, Zipkin, and other OTLP backends
27 
28It 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.
29 
30![ContextForge](https://ibm.github.io/mcp-context-forge/images/mcpgateway.gif)
31---
32 
33<!-- vscode-markdown-toc -->
34## Table of Contents
35 
36- [Overview & Goals](#overview--goals)
37- [Quick Start - PyPI](#quick-start---pypi)
38- [Quick Start - Containers](#quick-start---containers)
39- [VS Code Dev Container](#quick-start-vs-code-dev-container)
40- [Installation](#installation)
41- [Upgrading](#upgrading)
42- [Configuration](#configuration)
43- [Running](#running)
44- [Cloud Deployment](#cloud-deployment)
45- [API Reference](#api-reference)
46- [Testing](#testing)
47- [Project Structure](#project-structure)
48- [Development](#development)
49- [Troubleshooting](#troubleshooting)
50- [Contributing](#contributing)
51 
52---
53 
54### 📌 Quick Links
55 
56| Resource | Description |
57|----------|-------------|
58| **[5-Minute Setup](https://github.com/IBM/mcp-context-forge/issues/2503)** | Get started fast — uvx, Docker, Compose, or local dev |
59| **[Getting Help](https://github.com/IBM/mcp-context-forge/issues/2504)** | Support options, FAQ, community channels |
60| **[Issue Guide](https://github.com/IBM/mcp-context-forge/issues/2502)** | How to file bugs, request features, contribute |
61| **[Full Documentation](https://ibm.github.io/mcp-context-forge/)** | Complete guides, tutorials, API reference |
62| **[Deprecations](https://ibm.github.io/mcp-context-forge/deprecations/)** | Deprecated runtime paths and migration guidance |
63 
64---
65 
66## Overview & Goals
67 
68**ContextForge** is an open source registry and proxy that federates any [Model Context Protocol](

Preview

ibm/mcp-context-forgeibm/mcp-context-forge

# ContextForge

> An open source registry and proxy that federates MCP, A2A, and REST/gRPC APIs with centralized governance, discovery, and observability. Optimizes Agent & Too

![ContextForge Banner](docs/docs/images/contextforge-logo_horizontal_black.png)

Repoibm/mcp-context-forge
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPagentsai

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k