Sui GraphQL Server
БесплатноНе проверенQuery the Sui blockchain directly from Claude using GraphQL.
Описание
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
Установка Sui GraphQL Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Sceat/sui-graphql-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Sui GraphQL Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
