Meta Mcp Proxy
Creatednullplatform
Enables tool discovery and execution across multiple Model Context Protocol (MCP) servers and JavaScript functions.
About
Meta MCP Proxy acts as a flexible Model Context Protocol (MCP) proxy, streamlining access to tools spread across numerous MCP servers and JavaScript functions. It reduces context size by functioning as a wrapper for other MCPs or libraries, employing a local Retrieval Augmented Generation (RAG) approach. This provides a concise interface with discover and execute methods, prompting the LLM to be selective during discovery. The execute method serves as a straightforward proxy, making it easier to manage and utilize a large number of tools effectively.
Key Features
- Unified Tool Discovery: Search for tools across multiple MCP servers.
- Proxy Execution: Route tool calls to the appropriate server.
- JavaScript Integration: Expose custom JavaScript functions as MCP tools.
- 1 GitHub stars
- Configurable: Load configuration from files or command-line arguments.
- Smart Search: Find the best tool for the job with fuzzy matching.
Use Cases
- Unifying access to tools across multiple MCP servers.
- Reducing context size when dealing with hundreds of tools.
- Exposing custom JavaScript functions as MCP tools.