sui-mcp-server
by abhinavg6
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUI_GRPC_URL | No | Global fall-through gRPC endpoint | |
| SUI_ARCHIVE_URL | No | Global fall-through Archival Service endpoint | |
| SUI_GRAPHQL_URL | No | Global fall-through GraphQL endpoint | |
| SUI_MAINNET_GRPC_URL | No | Per-network gRPC endpoint override for mainnet | public-good URL |
| SUI_TESTNET_GRPC_URL | No | Per-network gRPC endpoint override for testnet | public-good URL |
| SUI_MAINNET_ARCHIVE_URL | No | Per-network Archival Service endpoint override for mainnet | public-good URL |
| SUI_MAINNET_GRAPHQL_URL | No | Per-network GraphQL endpoint override for mainnet | public-good URL |
| SUI_MCP_DEFAULT_NETWORK | No | Network used when a tool call doesn't specify one | mainnet |
| SUI_TESTNET_ARCHIVE_URL | No | Per-network Archival Service endpoint override for testnet | public-good URL |
| SUI_TESTNET_GRAPHQL_URL | No | Per-network GraphQL endpoint override for testnet | public-good URL |
| SUI_MCP_ENABLE_EXECUTION | No | Expose sui_execute_transaction | false |
| SUI_MCP_STREAM_MAX_FRAMES | No | Per-call cap on streamed frames | 10 |
| SUI_MCP_STREAM_MAX_SECONDS | No | Per-call wall-clock cap on streaming | 30 |
| SUI_MCP_ENABLE_SUBSCRIPTIONS | No | Expose sui_stream_checkpoints | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/abhinavg6/sui-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server