Render Unto Caesar for Zed
io.github.mightydatainc/ruc-mcp
An MCP server that fuses LLM contextual intelligence with procedural code reliability.
client:Zed
transport:stdio
runtime:oci
Install Render Unto Caesar in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ruc-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mightydatainc/ruc-mcp:0.1.5"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs