Skip to content
Zed

RDL MCP Server for Zed

io.github.bethmaloney/rdl-mcp

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

client:Zed transport:stdio runtime:pypi

Install RDL MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

RDL MCP Server in other clients