← Back to Plugins
MCP Server MCP

io.github.Suigar-Gaming/mcp

github By github 👁 1 views ▲ 0 votes

AI agent MCP server for Suigar provably fair on-chain Sui casino game, NFT, referral transactions.

Homepage Verified source GitHub

Install

npx -y @suigar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@suigar/mcp",
      "version": "1.0.0-beta.25",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Custom Suigar MCP browser app origin for wallet pairing and approval pages.",
          "format": "string",
          "name": "SUIGAR_MCP_BRIDGE_WEB_URL"
        },
        {
          "description": "Milliseconds before local browser login, logout, and approval bridges expire.",
          "format": "string",
          "name": "SUIGAR_MCP_BRIDGE_TIMEOUT_MS"
        },
        {
          "description": "Maximum JSON callback body size in bytes for local browser bridges.",
          "format": "string",
          "name": "SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES"
        },
        {
          "description": "Milliseconds before local session-wallet setup pages expire.",
          "format": "string",
          "name": "SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...