wopee mcp for Zed
io.github.wopee-io/wopee-mcp
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
client:Zed
transport:stdio
runtime:npm
Install wopee mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wopee-mcp": {
"command": "npx",
"args": [
"-y",
"wopee-mcp"
],
"env": {
"WOPEE_API_KEY": "<WOPEE_API_KEY>",
"WOPEE_PROJECT_UUID": "<WOPEE_PROJECT_UUID>",
"WOPEE_API_URL": "<WOPEE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs