badge mcp server for Cursor
io.github.thehomer87/badge-mcp-server
Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.
client:Cursor
transport:stdio
runtime:npm
Install badge mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"badge-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs