Skip to content
Zed

football-docs for Zed

io.github.withqwerty/football-docs

Searchable football data provider docs for AI coding agents.

client:Zed transport:stdio runtime:npm

Install football-docs in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "football-docs": {
      "command": "npx",
      "args": [
        "-y",
        "football-docs"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

football-docs in other clients