Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

The Blue Alliance in other clients