A202 for Zed
io.github.a202-protocol/a202-mcp
Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.
client:Zed
transport:stdio
runtime:oci
Install A202 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"a202-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/a202-protocol/a202-mcp:0.1.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs