kode-gopher

gke-demos/kode-gopher
★ 0 stars Go 💻 Code/Dev Tools Updated 5d ago
Go-native take on Cloudflare's Code Mode, specialized for Google Cloud. An MCP server (and CLI) that ships Go programs into a sandboxed GKE pod and runs them against real cloud.google.com/go SDKs.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kode-gopher": {
      "command": "go",
      "args": [
        "run",
        "github.com/gke-demos/kode-gopher@latest"
      ]
    }
  }
}

README Excerpt

A Go-native take on Cloudflare's [Code Mode](https://blog.cloudflare.com/code-mode/), specialized for Google Cloud. An MCP server (and CLI) that ships a Go program into a sandboxed GKE pod, compiles and runs it against the real `cloud.google.com/go/...` SDKs with forwarded credentials, and returns a discriminated structured result.