Odel
Tiny Go MCP Server

Tiny Go MCP Server

Local
@kioie1GoMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/kioie/tiny-go-mcp:1.1.2

Run

docker run -i --rm ghcr.io/kioie/tiny-go-mcp:1.1.2

MCP client config

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