Servers
M
Meta Mcp Proxy
@nullplatform
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
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-openapi-proxy": {
"command": "npx",
"args": [
"@nullplatform/meta-mcp-proxy",
"-f",
"config.json"
]
}
}
}