Merged
Conversation
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
brian-hussey
pushed a commit
that referenced
this pull request
Dec 17, 2025
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.0.0-BETA-1 - 2025-12-16 - Multi-Architecture Containers, gRPC Translation, Performance & Security Enhancements
This release marks the first beta milestone toward 1.0.0 GA, delivering multi-architecture container support, gRPC-to-MCP protocol translation, air-gapped deployment capabilities, and significant performance improvements with 25+ issues resolved.
🎉 Announcements
🖥️ ContextForge Desktop App
We're excited to announce the ContextForge Desktop application - a native desktop client for managing MCP servers and gateways:
⌨️ ContextForge CLI
A new command-line interface for ContextForge operations:
🏢 New ContextForge Organization
We've established the contextforge-org GitHub organization to host the growing ContextForge ecosystem. In upcoming releases, several components will migrate to this organization:
🏆 Major Achievements
Release 1.0.0-BETA-1 represents a major milestone toward production readiness:
✅ 🏗️ Multi-Architecture Containers - ARM64 and s390x architecture support for Apple Silicon, AWS Graviton, and IBM Z deployments
✅ 🔌 gRPC-to-MCP Translation - Experimental gRPC service interface for MCP protocol operations with Protocol Buffers
✅ 🌐 Air-Gapped Deployment - CDN asset bundling for fully offline/disconnected environments
✅ ⚡ 10x+ Performance Improvements - Concurrent health checks and N+1 query optimizations dramatically reduce gateway operations latency
✅ 🔐 Password Expiration Policies - Configurable password validity periods with forced change on login
✅ 🔑 One-Time Authentication - Support for WXO integration with single-use auth tokens
✅ 🛡️ Input Validation & Sanitization - Gateway-level security to prevent path traversal and injection attacks
✅ 🧪 Performance Testing Framework - Comprehensive benchmarking infrastructure with N+1 query detection
✨ Highlights
🏗️ Multi-Architecture Container Support
Deploy anywhere with native performance
MCP Gateway now builds container images for multiple CPU architectures, enabling deployment across diverse infrastructure:
Supported Architectures
Key Benefits
🔌 gRPC-to-MCP Protocol Translation (Experimental)
High-performance RPC interface for MCP operations
A new experimental gRPC service provides an alternative interface for MCP protocol operations, ideal for high-throughput scenarios and polyglot environments.
Features
.protoschemasInstallation
# Install with gRPC support pip install mcp-contextforge-gateway[grpc]Use Cases
🌐 Air-Gapped Environment Support
Deploy without any external network dependencies
MCP Gateway now supports fully air-gapped deployments where no external network requests are required for operation.
What's Included
scripts/download-cdn-assets.shfor manual updatesConfiguration
Use Cases
⚡ Performance Improvements (10x+ Faster)
Dramatic latency reduction for gateway operations
Two major performance fixes deliver order-of-magnitude improvements for multi-gateway deployments.
Concurrent Health Checks (#1522)
N+1 Query Elimination (#1523)
🔐 Password Expiration & Security
Enterprise-grade password management
New password security features support enterprise compliance requirements.
Features
PASSWORD_EXPIRY_DAYSConfiguration
🧪 Performance Testing Framework
Catch performance regressions before production
A comprehensive performance testing infrastructure helps maintain and improve gateway performance.
Components
Usage
🆕 Added
🏗️ Multi-Architecture Container Support (#80, #1138)
linux/amd64,linux/arm64,linux/s390x🔌 gRPC-to-MCP Protocol Translation (#1171)
.protoschemas for client generationpip install mcp-contextforge-gateway[grpc]🌐 Air-Gapped Environment Support (#932)
scripts/download-cdn-assets.sh🔐 Password Expiration & Security (#1282, #1387)
PASSWORD_EXPIRY_DAYSsetting🧪 Performance Testing Framework (#1203, #1219)
📦 Sample MCP Servers
🛠️ Developer Experience Improvements
🐛 Fixed
⚡ Performance Fixes
🐛 Bug Fixes
🔒 Security
🔄 Changed
🗄️ Database Support
📦 Migration Guide
From v0.9.0 to v1.0.0-BETA-1
Database migrations run automatically on startup. Backup recommended before upgrading:
New Environment Variables
gRPC Installation (Optional)
# Install with gRPC support pip install mcp-contextforge-gateway[grpc]📋 Issues Closed
Multi-Architecture & Platform (2 issues)
gRPC Translation (1 issue)
Air-Gapped Deployment (1 issue)
Security & Authentication (4 issues)
Performance (4 issues)
Bug Fixes (9 issues)
Features (4 issues)
Chores (1 issue)
Total: 25+ issues closed
🔗 Resources
Documentation
Source Code
ContextForge Ecosystem
Container Images
v1.0.0-BETA-1,1.0.0-BETA-1,latestCommunity
Quick Start
ARM64 Quick Start (Apple Silicon / AWS Graviton)
Next Planned Release: v1.0.0-BETA-2 (January 2026) - Testing, Bugfixing, Documentation, Performance and Scale