Skip to content
Windsurf

RTL Lint MCP for Windsurf

io.github.jaspresi/rtl-lint-mcp

Lint Verilog and SystemVerilog files and projects with structured diagnostics.

client:Windsurf transport:stdio runtime:pypi

Install RTL Lint MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "rtl-lint-mcp": {
      "command": "uvx",
      "args": [
        "rtl-lint-mcp"
      ],
      "env": {
        "RTL_LINT_ALLOWED_ROOTS": "<RTL_LINT_ALLOWED_ROOTS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

RTL Lint MCP in other clients