Skip to main content
Glama

수이 MCP 도구

Sui 블록체인 기반 MCP(모델 컨텍스트 프로토콜) 툴킷입니다. 이 프로젝트는 Sui 블록체인과 상호 작용하는 기능을 제공하고, MCP SDK를 통합하여 모델 컨텍스트 프로토콜 기능을 구현합니다.

🚀 특징

  • 유형 안전을 위해 TypeScript로 개발됨

  • Sui 블록체인 기능과의 긴밀한 통합

  • 다양한 네트워크 환경 지원(testnet, devnet)

  • 완전한 빌드 스크립트 및 개발 툴체인

Related MCP server: Hexiaoyi MCP

📦 설치 및 구성

Sui MCP Tools를 설치하고 구성하는 방법은 두 가지가 있습니다.

방법 1: npx 사용(권장)

가장 간단한 방법은 Claude Desktop 구성 파일에 다음 구성을 추가하는 것입니다.

지엑스피1

방법 2: 로컬 빌드

  1. 종속성을 복제하고 설치합니다.

git clone https://github.com/0xdwong/sui-mcp.git
cd sui-mcp
yarn install
  1. 프로젝트를 빌드하세요:

yarn build
  1. 로컬 빌드로 Claude Desktop을 구성하세요.

{
  "mcpServers": {
    "sui-tools": {
      "command": "node",
      "args": ["<absolute-path-to-your-project>/build/index.js"]
    }
  }
}

구성 위치

Claude Desktop 구성 파일은 다음 위치에 있습니다.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

  • 리눅스: ~/.config/Claude/claude_desktop_config.json

Claude Desktop을 통해 이 파일에 액세스할 수 있습니다: Claude > 설정 > 개발자 > 구성 편집

변경 사항을 적용하려면 Claude Desktop을 다시 시작하세요.

🛠 사용 가능한 도구

  • 테스트넷 Faucet

    예: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa에 대한 SUI 요청

  • SUI 잔액 확인

    예: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa에 대한 SUI 잔액을 확인하세요.

  • SUI 전송

    예: 1 SUI를 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa로 전송

📚 문서

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deanplus/sui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server