Chainweb API for Zed
io.github.pact-community-organization/chainweb
Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys.
client:Zed
transport:stdio
runtime:npm
Install Chainweb API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chainweb": {
"command": "npx",
"args": [
"-y",
"@pact-community/mcp-chainweb"
],
"env": {
"PACT_COMMUNITY_WORKSPACE_ROOT": "<PACT_COMMUNITY_WORKSPACE_ROOT>",
"PACT_COMMUNITY_CHAINWEB_MODE": "<PACT_COMMUNITY_CHAINWEB_MODE>",
"PACT_COMMUNITY_CHAINWEB_PROFILE": "<PACT_COMMUNITY_CHAINWEB_PROFILE>",
"PACT_COMMUNITY_CHAINWEB_BASE_URL": "<PACT_COMMUNITY_CHAINWEB_BASE_URL>",
"PACT_COMMUNITY_CHAINWEB_NETWORK_ID": "<PACT_COMMUNITY_CHAINWEB_NETWORK_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs