mcp for Zed
io.github.x402-video/mcp
Pay-per-call AI video generation over x402 (USDC on Base). No accounts, no API keys.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"x402-video-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
"MAX_USD_PER_CALL": "<MAX_USD_PER_CALL>",
"GATEWAY_URL": "<GATEWAY_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs