nory x402 for Zed
io.github.thememebanker/nory-x402
Give any AI agent instant payment capabilities via x402 protocol on Solana
client:Zed
transport:stdio
runtime:npm
Install nory x402 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nory-x402": {
"command": "npx",
"args": [
"-y",
"nory-mcp-server"
],
"env": {
"NORY_WALLET_KEY": "<NORY_WALLET_KEY>",
"NORY_API_URL": "<NORY_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs