Pact Tooling
Rank #61,011io.github.Pact-Community-Organization/pact
Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks.
Pact Tooling is a Model Context Protocol (MCP) server published by Pact-Community-Organization. It ranks #61,011 of 115,591 servers tracked on MCP Toplist. Pact Tooling is listed on Official MCP, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 54,580 of 115,591 servers on MCP Toplist.
Use Pact Tooling
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pact -e "PACT_COMMUNITY_WORKSPACE_ROOT=<your PACT_COMMUNITY_WORKSPACE_ROOT>" -e "PACT_COMMUNITY_PACT_BIN=<your PACT_COMMUNITY_PACT_BIN>" -- npx -y @pact-community/mcp-pactReplace each placeholder with your own value before saving.
[mcp_servers.pact]
command = "npx"
args = ["-y", "@pact-community/mcp-pact"]
[mcp_servers.pact.env]
PACT_COMMUNITY_WORKSPACE_ROOT = "<your PACT_COMMUNITY_WORKSPACE_ROOT>"
PACT_COMMUNITY_PACT_BIN = "<your PACT_COMMUNITY_PACT_BIN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<your PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<your PACT_COMMUNITY_PACT_BIN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<your PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<your PACT_COMMUNITY_PACT_BIN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pact": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<your PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<your PACT_COMMUNITY_PACT_BIN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<your PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<your PACT_COMMUNITY_PACT_BIN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<your PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<your PACT_COMMUNITY_PACT_BIN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Pact-Community-Organization%2Fpact)<a href="https://mcptoplist.com/server/io.github.Pact-Community-Organization%2Fpact"><img src="https://mcptoplist.com/badge/io.github.Pact-Community-Organization%2Fpact.svg" alt="MCP Toplist: #61,011 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Pact-Community-Organization
Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Pact Tooling?
- Pact Tooling is maintained by Pact-Community-Organization, which publishes 6 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Pact Tooling listed on the Official MCP Registry?
- Yes — Pact Tooling is listed on the Official MCP Registry.
- How many versions does Pact Tooling have?
- MCP Toplist tracks 1 version of Pact Tooling, most recently published on Jul 3, 2026.
- Where can I find the source code for Pact Tooling?
- The source code for Pact Tooling is hosted at github.com/Pact-Community-Organization/pact-mcp.