api tester for Zed
io.github.ryudi84/api-tester
MCP server for API testing: HTTP requests, cURL generation, health checks.
client:Zed
transport:stdio
runtime:npm
Install api tester in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"api-tester": {
"command": "npx",
"args": [
"-y",
"sovereign-api-tester-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs