Skip to content
Zed

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

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

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

RTL Lint MCP in other clients