Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Code Sandbox MCP
Claim
by
Automata-Labs-team
GitHub
Cloud Platforms
Virtualization
Security
Go
MIT License
69
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
code-sandbox-mcp
test
go
test/go/go.mod
test/go/go.sum
test/go/test.go
package main import ( "fmt" "os" cmd "github.com/docker/cli/cli/command" ) func main() { fmt.Println("Hello, World!") os.Exit(0) cmd.PrettyPrint("Hello, World!") }