Skip to content
Cursor

Anaxer for Cursor

com.anaxer/mcp

Query Solana DEX data: prices, metadata, launches, graduations, live stream tails.

client:Cursor transport:stdio runtime:npm

Install Anaxer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@anaxer/mcp"
      ],
      "env": {
        "ANAXER_API_KEY": "<ANAXER_API_KEY>",
        "ANAXER_BASE_URL": "<ANAXER_BASE_URL>",
        "ANAXER_WS_URL": "<ANAXER_WS_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Anaxer in other clients