mcp-context-forgeMCP Server41/100 via “intelligent response caching with redis backend and cache invalidation”
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: Implements tenant-aware cache isolation by including user/team context in cache keys, preventing cached results from one tenant from being served to another. Supports declarative cache invalidation rules that trigger when specific tools are invoked, enabling eventual consistency without explicit cache busting.
vs others: Unlike simple HTTP caching (which is transport-agnostic but ignores tool semantics), ContextForge's caching understands tool parameters and can invalidate based on tool dependencies, providing higher cache hit rates for complex tool chains while maintaining security boundaries.