The Blue Alliance for Cursor
io.github.withinfocus/tba
The Blue Alliance MCP Server
client:Cursor
transport:stdio
runtime:npm
Install The Blue Alliance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tba": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@withinfocus/tba-mcp-server"
],
"env": {
"TBA_API_KEY": "<TBA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs