Skip to content
Grok

Deepnets — Solana Token Intelligence for Grok

io.github.scifantastic/deepnets-mcp

Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.

client:Grok transport:stdio runtime:npm

Install Deepnets — Solana Token Intelligence in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "deepnets-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@deepnets/mcp-server"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Deepnets — Solana Token Intelligence in other clients