Skip to content
Zed

topaz mcp for Zed

io.github.runapi-builder/topaz-mcp

RunAPI MCP server for Topaz: create tasks, poll status, check pricing.

client:Zed transport:stdio runtime:npm

Install topaz mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "topaz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/topaz-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

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

topaz mcp in other clients