x402station for Zed
io.github.sf1nx/x402station
x402station.io: independent risk-signal layer for x402 endpoints before agents pay.
client:Zed
transport:stdio
runtime:npm
Install x402station in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<X402STATION_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs