Render Unto Caesar for VS Code
io.github.mightydatainc/ruc-mcp
An MCP server that fuses LLM contextual intelligence with procedural code reliability.
client:VS Code
transport:stdio
runtime:oci
Install Render Unto Caesar in VS Code
.vscode/mcp.json
{
"servers": {
"ruc-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mightydatainc/ruc-mcp:0.1.5"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs