Skip to content
Zed

toolcairn mcp for Zed

io.github.neurynae/toolcairn-mcp

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

client:Zed transport:stdio runtime:npm

Install toolcairn mcp in Zed

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

{
  "context_servers": {
    "toolcairn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neurynae/toolcairn-mcp"
      ]
    }
  }
}

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

toolcairn mcp in other clients