概要
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.
主な機能
- Generate shareable URLs for Go code
- Run Go Code in sandbox
- Full Model Context Protocol compliance
- Execute code and get results and share URL simultaneously
- 3 GitHub stars
ユースケース
- Execute Go code snippets and retrieve results via an MCP client
- Integrate Go code execution and sharing into LLM-powered applications or other systems
- Generate unique URLs for sharing Go code with an MCP client