Skip to content
Zed

mcp server find for Zed

io.github.daedalus/mcp-server-find

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

client:Zed transport:stdio runtime:pypi

Install mcp server find in Zed

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

{
  "context_servers": {
    "mcp-server-find": {
      "command": "uvx",
      "args": [
        "mcp-server-find"
      ]
    }
  }
}

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

mcp server find in other clients