Bugfender for Windsurf
io.github.bugfender/mcp
Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.
client:Windsurf
transport:stdio
runtime:npm
Install Bugfender in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugfender/mcp"
],
"env": {
"BUGFENDER_API_TOKEN": "<BUGFENDER_API_TOKEN>",
"BUGFENDER_REFRESH_TOKEN": "<BUGFENDER_REFRESH_TOKEN>",
"BUGFENDER_API_URL": "<BUGFENDER_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs