Executes Go code in the Go Playground sandbox and generates shareable URLs through an MCP server.
Sponsored
This tool operates as a Model Context Protocol (MCP) server, providing an interface to the official Go Playground API. It allows clients to programmatically execute Go code snippets within a secure sandbox environment and generate unique, shareable URLs for these executed code examples. This functionality is ideal for integrating Go code execution and sharing capabilities into various applications, especially those leveraging the Model Context Protocol for enhancing LLM interactions or other programmatic workflows.
주요 기능
01Generate shareable URLs for Go code
02Run Go Code in sandbox
03Full Model Context Protocol compliance
04Execute code and get results and share URL simultaneously
053 GitHub stars
사용 사례
01Execute Go code snippets and retrieve results via an MCP client
02Integrate Go code execution and sharing into LLM-powered applications or other systems
03Generate unique URLs for sharing Go code with an MCP client