badge mcp server for Windsurf
io.github.thehomer87/badge-mcp-server
Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.
client:Windsurf
transport:stdio
runtime:npm
Install badge mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"badge-mcp-server": {
"command": "npx",
"args": [
"-y",
"@badgeia/mcp-server"
],
"env": {
"BADGE_API_KEY": "<BADGE_API_KEY>",
"BADGE_API_URL": "<BADGE_API_URL>",
"BADGE_WEB_URL": "<BADGE_WEB_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs