Meta Mcp Proxy
@nullplatform
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-openapi-proxy": {
"command": "npx",
"args": [
"@nullplatform/meta-mcp-proxy",
"-f",
"config.json"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Meta Mcp Proxy?
Meta Mcp Proxy is a flexible Model Context Protocol (MCP) proxy that enables discovery and execution of tools across multiple MCP servers and JavaScript functions. It acts as a wrapper around other MCPs or libraries, doing a kind of local Retrieval Augmented Generation (RAG) to reduce context size by providing the LLM with two methods: discover and execute.
How to use Meta Mcp Proxy?
Install by adding a configuration entry to your Claude desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json) with the command npx and args ["@nullplatform/meta-mcp-proxy","-f","config.json"], then create a config.json file specifying discoverDescriptionExtras, discoverLimit, and an mcpServers object containing server definitions with command, args, env, and transport.
Key features of Meta Mcp Proxy
- Unified tool discovery across multiple MCP servers.
- Proxy execution of tool calls to the appropriate server.
- Smart search with fuzzy matching for finding the best tool.
- Expose custom JavaScript functions as MCP tools.
- Configurable via files or command-line arguments.
Use cases of Meta Mcp Proxy
- Aggregating dozens of MCP servers into a single interface to avoid context overload.
- Enabling an LLM to discover relevant tools from a large toolset without sending all tool definitions.
- Wrapping custom JavaScript libraries as MCP tools for AI consumption.
FAQ from Meta Mcp Proxy
How does Meta Mcp Proxy reduce context size?
It provides the LLM with only two methods (discover and execute) and asks the LLM to be concise about discovery, using a local RAG approach to retrieve relevant tools on demand.
What is the configuration file format?
The config.json should include discoverDescriptionExtras (recommended), discoverLimit, and an mcpServers object where each server defines command, args, env, and transport (defaults to stdio).
What runtime dependencies does Meta Mcp Proxy require?
It is installed via npx, so Node.js and npm are required. The proxy itself runs JavaScript and can execute other MCP servers defined in configuration.
Does Meta Mcp Proxy support authentication or custom transports?
Yes, each MCP server in the configuration can include environment variables (env) and specify a transport type (currently shown as "stdio" in examples).
How do I help the LLM choose the right tool?
Set discoverDescriptionExtras in configuration to provide detailed context about the purpose of the tools and for what topics the LLM should use them.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论