Skip to content
VS Code

football-docs for VS Code

io.github.withqwerty/football-docs

Searchable football data provider docs for AI coding agents.

client:VS Code transport:stdio runtime:npm

Install football-docs in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

football-docs in other clients