BitBooth Seller Routes for Zed
io.github.drock91/bitbooth-routes
Create private x402 seller routes, set prices, and route payouts directly to your wallets.
client:Zed
transport:stdio
runtime:npm
Install BitBooth Seller Routes in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bitbooth-routes": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-routes"
],
"env": {
"BITBOOTH_API_KEY": "<BITBOOTH_API_KEY>",
"BITBOOTH_BASE_URL": "<BITBOOTH_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs