RTL Lint MCP for Zed
io.github.jaspresi/rtl-lint-mcp
Lint Verilog and SystemVerilog files and projects with structured diagnostics.
client:Zed
transport:stdio
runtime:pypi
Install RTL Lint MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rtl-lint-mcp": {
"command": "uvx",
"args": [
"rtl-lint-mcp"
],
"env": {
"RTL_LINT_ALLOWED_ROOTS": "<RTL_LINT_ALLOWED_ROOTS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs