scry mcp for Cursor
io.github.pfeilisolana/scry-mcp
Keyless MCP bridge to Scry Solana wallet intel: free coverage check, catalog, x402 paid endpoints.
client:Cursor
transport:stdio
runtime:npm
Install scry mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scry-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs