three.ws AgenC for Zed
io.github.nirholas/agenc-mcp
Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.
client:Zed
transport:stdio
runtime:npm
Install three.ws AgenC in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agenc-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/agenc-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs