Pare provides MCP servers that wrap common developer tools and return clean, schema-validated JSON instead of raw terminal text, facilitating easier integration for AI agents.
From the registry: MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

$ gh auth loginhttps://cli.github.comPlease install the `github` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js >= 20** — Node.js runtime version 20 or newer (https://nodejs.org)
- **GitHub CLI** — gh must be installed and authenticated (`gh auth login`) — Pare wraps the gh CLI Run: `gh auth login` (https://cli.github.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@paretools/github"]
- optional environment variables:
- `PARE_GITHUB_TOOLS`: Comma-separated list restricting which github tools are registered (example: `pr_list,pr_view,issue_list`)
- `PARE_TOOLS`: Cross-server tool filter in `server:tool` format (example: `github:pr_list,github:issue_view`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PARE_TOOLSRestrict tools across all servers.PARE_{SERVER}_TOOLSRestrict a single server's tools.Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more.
Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.