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
{
"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