Skip to content
Zed

api testing mcp for Zed

io.github.cocaxcode/api-testing-mcp

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

client:Zed transport:stdio runtime:npm

Install api testing mcp in Zed

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

{
  "context_servers": {
    "api-testing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}

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

api testing mcp in other clients