Pare provides MCP servers that wrap common developer tools and return clean, schema-validated JSON instead of raw terminal text, enabling AI agents to process data without fragile string parsing.
From the registry: Structured git operations (status, log, diff, branch, show) as typed JSON.

Please install the `git` 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)
- **git** — git must be available on PATH — Pare wraps the git CLI
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@paretools/git"]
- optional environment variables:
- `PARE_GIT_TOOLS`: Comma-separated list restricting which git tools are registered (example: `status,log,diff,show`)
- `PARE_TOOLS`: Cross-server tool filter in `server:tool` format (example: `git:status,git:diff`)
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.