Pact Tooling for Windsurf
io.github.pact-community-organization/pact
Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks.
client:Windsurf
transport:stdio
runtime:npm
Install Pact Tooling in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pact": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-pact"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_PACT_BIN": "<PACT_COMMUNITY_PACT_BIN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs