MCP Router is a Python-based unified gateway for multiple Model Context Protocol (MCP) servers. It provides a web interface for managing servers, intelligent routing with hierarchical tool discovery, and sandboxed execution environments for any programming language.

1 Open Issue Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub
Sync and Async separation about 1 month ago

AI Summary: The task involves refactoring the MCP Router application to better separate synchronous (Flask) and asynchronous (Starlette) operations. This likely involves migrating some Flask routes that utilize asynchronous functions to Starlette to improve performance and avoid the current workaround of running async functions from sync code. The goal is to improve the application's architecture and prevent similar issues in the future.

Complexity: 4/5
help wanted

MCP Router is a Python-based unified gateway for multiple Model Context Protocol (MCP) servers. It provides a web interface for managing servers, intelligent routing with hierarchical tool discovery, and sandboxed execution environments for any programming language.

Python