Skip to content
Windsurf

Sui Analytics for Windsurf

io.github.0xfreak0/sui-mcp

Read-only Sui analytics: 68 tools, protocol-aware tx decoding, no API keys or wallet.

client:Windsurf transport:stdio runtime:npm

Install Sui Analytics in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "sui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<SUI_LABELS_FILE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Sui Analytics in other clients