Tiny Go MCP Server for Zed
io.github.kioie/tiny-go-mcp
Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
client:Zed
transport:stdio
runtime:oci
Install Tiny Go MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tiny-go-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/tiny-go-mcp:1.1.2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs