Skip to content
Cursor

Render Unto Caesar for Cursor

io.github.mightydatainc/ruc-mcp

An MCP server that fuses LLM contextual intelligence with procedural code reliability.

client:Cursor transport:stdio runtime:oci

Install Render Unto Caesar in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ruc-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mightydatainc/ruc-mcp:0.1.5"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Render Unto Caesar in other clients