Skip to content
Grok

Tiny Go MCP Server for Grok

io.github.kioie/tiny-go-mcp

Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.

client:Grok transport:stdio runtime:oci

Install Tiny Go MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tiny-go-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kioie/tiny-go-mcp:1.1.2"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tiny Go MCP Server in other clients