Skip to content

Releases: rupinder2/mcp-orchestrator

v0.1.0 - Initial Release

Pre-release

Choose a tag to compare

@rupinder2 rupinder2 released this 24 Feb 00:29
978158f

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_name format 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.json at startup

Installation

pip install mcp-orchestration-gateway

What's Next

  • Improved semantic search
  • Health check monitoring