Skip to content
Zed

MetaMCP for Zed

io.github.mentu-ai/metamcp

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

client:Zed transport:stdio runtime:npm

Install MetaMCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MetaMCP in other clients