Skip to content
Cursor

football-docs for Cursor

io.github.withqwerty/football-docs

Searchable football data provider docs for AI coding agents.

client:Cursor transport:stdio runtime:npm

Install football-docs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "football-docs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "football-docs"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

football-docs in other clients