Skip to content
Zed

dash mcp server for Zed

io.github.kapeli/dash-mcp-server

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

client:Zed transport:stdio runtime:pypi

Install dash mcp server in Zed

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

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

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

dash mcp server in other clients