Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks.
claude mcp add pact -- npx -y @pact-community/mcp-pact
claude_desktop_config.json
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pact": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Pact-Community-Organization--pact/reviews or the review_server meta-tool.
POST /mcp