Skip to main content
Glama

Sandbox MCP

MIT License
78
  • Linux
  • Apple
version.go337 B
package version var ( // These values are injected during build time using -ldflags Version = "dev" CommitSHA = "none" ) // GetVersion returns the current version of sandbox-mcp func GetVersion() string { return Version } // GetCommitSHA returns the git commit hash of the build func GetCommitSHA() string { return CommitSHA }

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/pottekkat/sandbox-mcp'

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