Meta Mcp Proxy

Created By
nullplatforma year ago
A flexible Model Context Protocol (MCP) proxy that enables discovery and execution of tools across multiple MCP servers and JavaScript functions. Enabling to have a reduced context event if you have houndreds of tools. This mcp act as wrapper of other mcps (or libraries) doing a kind of Local RAG (Retrieval Augmented Generation) to reduce the context size providing the llm with 2 methods (discover and execute) and asking the llm to be concise about discovery. The execute method is a simple proxy We extremely recommends add the configuration discoverDescriptionExtras to extends in details about the purpose of the tools and for what kind of topics the llm should use it.
Overview

Meta MCP Proxy

A flexible Model Context Protocol (MCP) proxy that enables discovery and execution of tools across multiple MCP servers and JavaScript functions. Enabling to have a reduced context event if you have houndreds of tools. This mcp act as wrapper of other mcps (or libraries) doing a kind of Local RAG (Retrieval Augmented Generation) to reduce the context size providing the llm with 2 methods (discover and execute) and asking the llm to be concise about discovery. The execute method is a simple proxy

Server Config

{
  "mcpServers": {
    "mcp-openapi-proxy": {
      "command": "npx",
      "args": [
        "@nullplatform/meta-mcp-proxy",
        "-f",
        "config.json"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
nullplatform
Star
-
Language
-
License
-
Category

Recommend Servers

View All