Skip to main content
Glama

Go Playground MCP Server

by samber

run_and_share_go_code

Execute Go code in a sandbox environment and generate a shareable URL to distribute your code snippets with others.

Instructions

Run Go code and get both execution results and a shareable URL

Input Schema

NameRequiredDescriptionDefault
codeYesThe Go code to execute and share
withVetNoWhether to run go vet on the code (default: true)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The Go code to execute and share", "type": "string" }, "withVet": { "default": true, "description": "Whether to run go vet on the code (default: true)", "type": "boolean" } }, "required": [ "code" ], "type": "object" }

Other Tools from Go Playground MCP Server

Related Tools

    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/samber/go-playground-mcp'

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