Skip to content
Zed

mcp-anything for Zed

io.github.dror-bengal/mcp-anything

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

client:Zed transport:stdio runtime:npm

Install mcp-anything in Zed

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

{
  "context_servers": {
    "mcp-anything": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-anything"
      ]
    }
  }
}

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

mcp-anything in other clients