Skip to content
Zed

MCPfinder - MCP Server Discovery for Zed

dev.mcpfinder/server

Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.

client:Zed transport:stdio runtime:npm

Install MCPfinder - MCP Server Discovery in Zed

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

{
  "context_servers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpfinder/server"
      ]
    }
  }
}

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

MCPfinder - MCP Server Discovery in other clients