Skip to main content
Glama

microsandbox

by microsandbox
config.go356 B
package msb type ReqIdProducer func() string type config struct { serverUrl string namespace string name string apiKey string logger Logger reqIDPrd ReqIdProducer } const ( defaultServerUrl = "http://127.0.0.1:5555" defaultNamespace = "default" defaultNameTemplate = "sandbox-%08x" // 8-char hex value (0-padded if shorter) )

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/microsandbox/microsandbox'

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