Skip to content
Zed

api test mcp for Zed

io.github.thisis-najeeb/api-test-mcp

Call the real API and check the response against your OpenAPI spec.

client:Zed transport:stdio runtime:npm

Install api test mcp in Zed

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

{
  "context_servers": {
    "api-test-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "api-test-mcp"
      ]
    }
  }
}

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

api test mcp in other clients