Releases: rupinder2/mcp-orchestrator
Releases · rupinder2/mcp-orchestrator
Release list
v0.1.0 - Initial Release
MCP Orchestration Gateway v0.1.0
A central hub that aggregates tools from multiple downstream MCP servers with BM25/regex search and deferred tool loading for Claude Desktop, Cursor, and other MCP clients.
Features
- Deferred tool loading — tools activate on search results, not at startup, keeping Claude's context window clean
- BM25 + regex search — natural language and pattern-based search across all registered servers
- Tool namespacing — automatic
server_name__tool_nameformat prevents collisions - Multi-transport — connect downstream servers via stdio or HTTP
- Flexible auth — static headers or token forwarding per server
- Storage backends — in-memory for development, Redis for production
- Config-based setup — register servers via
server_config.jsonat startup
Installation
pip install mcp-orchestration-gateway
What's Next
- Improved semantic search
- Health check monitoring