Skip to content
Gemini CLI

RDL MCP Server for Gemini CLI

io.github.bethmaloney/rdl-mcp

Edit SSRS reports using AI - simple tools to read and modify RDL files

client:Gemini CLI transport:stdio runtime:pypi

Install RDL MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rdl-mcp": {
      "command": "uvx",
      "args": [
        "rdl-mcp"
      ],
      "env": {
        "RDL_MCP_LOG_LEVEL": "<RDL_MCP_LOG_LEVEL>",
        "RDL_MCP_LOG_FILE": "<RDL_MCP_LOG_FILE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

RDL MCP Server in other clients