wpgoldmine mcp for Zed
io.github.bishop81/wpgoldmine-mcp
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
client:Zed
transport:stdio
runtime:npm
Install wpgoldmine mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
],
"env": {
"WPGOLDMINE_API_KEY": "<WPGOLDMINE_API_KEY>",
"WPGOLDMINE_API_BASE": "<WPGOLDMINE_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs