Skip to content
Zed

nory mcp server for Zed

io.github.thememebanker/nory-mcp-server

Give any AI agent instant payment capabilities via x402 protocol on Solana

client:Zed transport:stdio runtime:npm

Install nory mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nory-mcp-server": {
      "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

nory mcp server in other clients