Part of the Pare toolkit, this server wraps GitHub's CLI and API to surface pull requests, issues, actions, and repository metadata as structured JSON instead of raw terminal output. You get typed fields for PR status, issue labels, workflow runs, and commit details without parsing ANSI codes or GitHub's varied text formats. The token efficiency angle matters if you're running agents that poll CI status or triage issues repeatedly. Pare's approach cuts 60-90% of tokens on verbose commands like build logs, though simpler GitHub queries see smaller gains. Useful when you need reliable, schema-validated GitHub data for automation workflows rather than one-off manual checks.
claude mcp add --transport stdio io.github.dave-london-github uvx github