mcp-context-forgeMCP Server41/100 via “protocol translation and multi-transport endpoint exposure (http, sse, grpc)”
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.
Unique: Uses a pluggable transport adapter pattern (documented in ADR-003) that decouples MCP protocol handling from transport implementation, enabling new transports to be added without modifying core gateway logic. All transports share the same authentication, caching, and RBAC layers, ensuring consistent behavior across protocols.
vs others: Unlike single-transport gateways, ContextForge's multi-transport design allows teams to adopt new protocols (e.g., gRPC for performance-critical paths) without forking the gateway or running parallel instances, reducing operational complexity.