Loading MCP server directory, please wait...
Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.
npx @getmcp/cli add io.github.Pact-Community-Organization/chainwebRequires Node.js 18+. Community-contributed server. Review source before installing.
PACT_COMMUNITY_WORKSPACE_ROOTWorkspace root directory; all file access is confined inside it.
PACT_COMMUNITY_CHAINWEB_MODENetwork mode; must be set and match PACT_COMMUNITY_CHAINWEB_PROFILE (devnet, testnet06, or mainnet).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Pact-Community-Organization/chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "",
"PACT_COMMUNITY_CHAINWEB_MODE": "",
"PACT_COMMUNITY_CHAINWEB_PROFILE": "",
"PACT_COMMUNITY_CHAINWEB_BASE_URL": "",
"PACT_COMMUNITY_CHAINWEB_NETWORK_ID": ""
}
}
}
}