A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).
pip install mcp-context-forgeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ibm-mcp-context-forge-github": {
"command": "uvx",
"args": [
"pip install mcp-context-forge"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp context forge?"
API Key Required
This server requires an API key from mcp context forge. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_CONTEXT_FORGE_API_KEY | Yes | Your mcp context forge API key |
"What resources are available in mcp context forge?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp context forge"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp context forge with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.