Skip to content
Cline

Tiny Go MCP Server for Cline

io.github.kioie/tiny-go-mcp

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

client:Cline transport:stdio runtime:oci

Install Tiny Go MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Tiny Go MCP Server in other clients