Skip to main content
Glama

MCP RAG Server

address.move313 B
// Copyright (c) Mysten Labs, Inc. // SPDX-License-Identifier: Apache-2.0 /// Provides a way to get address length since it's a /// platform-specific parameter. module std::address; /// Should be converted to a native function. /// Current implementation only works for Sui. public fun length(): u64 { 32 }

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/ProbonoBonobo/sui-mcp-server'

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