nory x402 for Cursor
io.github.thememebanker/nory-x402
Give any AI agent instant payment capabilities via x402 protocol on Solana
client:Cursor
transport:stdio
runtime:npm
Install nory x402 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nory-x402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nory-mcp-server"
],
"env": {
"NORY_WALLET_KEY": "<NORY_WALLET_KEY>",
"NORY_API_URL": "<NORY_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs