Odel
MetaMCP

MetaMCP

Local
@mentu-ai16TypeScriptApache-2.0Updated 2w ago

Route long-tail MCP servers through three lazy tools and reviewed declarative Methods.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mentu/metamcpv1.0.0

Run

npx -y @mentu/metamcp

MCP client config

{
  "mcpServers": {
    "metamcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mentu/metamcp"
      ]
    }
  }
}