sui-dev-mcp-server

sui-dev-mcp-server

0

The Sui MCP Server is a specialized tool for Sui blockchain integration, enabling robust development and interaction through the Cursor IDE. It offers features such as smart contract support, environment management, and transaction analysis.

Sui MCP Server

A Model Context Protocol (MCP) server designed for Sui blockchain integration. The server facilitates seamless Sui Move development, blockchain interaction, and debugging within Cursor IDE.

Features

  • Sui Development Environment Management: Network environment switching, network status monitoring, network time retrieval.
  • Smart Contract Development: Contract interface parsing and display, contract verification.
  • Blockchain Interaction: Wallet management, faucet integration, transaction building, token standards support.
  • Debugging & Optimization: Error decoding, gas analysis.
  • Ecosystem Integration: Explorer integration.

Installation

  • Requirements: Node.js 18+
  • Steps: Clone repo, install dependencies, configure environment, build server.

Usage

  • Start server with npm start.
  • Integrate with Cursor IDE by configuring MCP server settings.