Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUI_WALLET_SERVERNoThe wallet server URL used for wallet operations. By default, the server connects to http://localhost:3847.http://localhost:3847

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
sui_wallet_addressA

Get the current Sui Agent Wallet address

sui_wallet_balanceA

Get the balance of the current Sui Agent Wallet

sui_wallet_accountsA

List all accounts in the Sui Agent Wallet

sui_wallet_pendingB

Get pending transactions waiting for approval

sui_wallet_approveA

Approve a pending transaction by request ID

sui_wallet_rejectA

Reject a pending transaction by request ID

sui_wallet_switch_networkA

Switch the wallet network (mainnet, testnet, devnet, localnet)

sui_wallet_sign_executeB

Sign and execute an unsigned transaction (base64 encoded tx bytes)

sui_cliB

Run any Sui CLI command (e.g., 'client gas', 'move build', 'client object ')

sui_move_buildC

Build a Move package

sui_move_test_coverageC

Run Move tests with coverage analysis

sui_move_publish_unsignedA

Generate unsigned transaction bytes for publishing a Move package (use with sui_wallet_sign_execute)

sui_objectB

Get detailed information about a Sui object

sui_decompileA

Get URL to view decompiled source code for a Sui package on Suivision

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/EasonC13-agent/sui-mcp'

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