Skip to content
Cline

nory mcp server for Cline

io.github.thememebanker/nory-mcp-server

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

client:Cline transport:stdio runtime:npm

Install nory mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "nory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nory-mcp-server"
      ],
      "env": {
        "NORY_WALLET_KEY": "<NORY_WALLET_KEY>",
        "NORY_API_URL": "<NORY_API_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

nory mcp server in other clients