Tiny Go MCP Server for VS Code
io.github.kioie/tiny-go-mcp
Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
client:VS Code
transport:stdio
runtime:oci
Install Tiny Go MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"tiny-go-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs