# GoogleCloudPlatform/golang-samples | Model Context Protocol (MCP) Server > Sample apps and code written for Google Cloud in the Go programming language. - **Stars**: ⭐ 4,615 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "golang-samples": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-golang-samples" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "golang-samples": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-golang-samples" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-golang-samples` - **Docker**: `docker run -i --rm mcp/golang-samples`