Deepnets — Solana Token Intelligence for Cursor
io.github.scifantastic/deepnets-mcp
Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.
client:Cursor
transport:stdio
runtime:npm
Install Deepnets — Solana Token Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deepnets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs