Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Sui GraphQL Server

БесплатноНе проверен

Query the Sui blockchain directly from Claude using GraphQL.

GitHubEmbed

Описание

Query the Sui blockchain directly from Claude using GraphQL.

README

Query the Sui blockchain directly from Claude using GraphQL.

Installation

claude mcp add sui-graphql -- npx -y github:Sceat/sui-graphql-mcp

Usage

Ask Claude to query Sui blockchain data:

"What's the latest checkpoint on Sui?"
"Show me the balance of address 0x5"
"Get recent transactions"
"Simulate this transaction"

Network Configuration

Default: Testnet

To use other networks, edit your config (~/.claude.json):

{
  "mcpServers": {
    "sui-graphql": {
      "env": {
        "SUI_GRAPHQL_URL": "https://graphql.mainnet.sui.io/graphql"
      }
    }
  }
}

Available networks:

  • Testnet: https://graphql.testnet.sui.io/graphql (default)
  • Mainnet: https://graphql.mainnet.sui.io/graphql
  • Devnet: https://graphql.devnet.sui.io/graphql

Local Development

If you want to develop or modify the server:

git clone https://github.com/Sceat/sui-graphql-mcp.git
cd sui-graphql-mcp
npm install
chmod +x index.js

Then add to your Claude Code config:

{
  "mcpServers": {
    "sui-graphql": {
      "command": "node",
      "args": ["/path/to/sui-graphql-mcp/index.js"],
      "env": {
        "SUI_GRAPHQL_URL": "https://graphql.testnet.sui.io/graphql"
      }
    }
  }
}

Requirements

  • Node.js 18+
  • Claude Code

License

MIT

from github.com/Sceat/sui-graphql-mcp

Установка Sui GraphQL Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Sceat/sui-graphql-mcp

FAQ

Sui GraphQL Server MCP бесплатный?

Да, Sui GraphQL Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Sui GraphQL Server?

Нет, Sui GraphQL Server работает без API-ключей и переменных окружения.

Sui GraphQL Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Sui GraphQL Server в Claude Desktop, Claude Code или Cursor?

Открой Sui GraphQL Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Sui GraphQL Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai