RTL Lint MCP for Cursor
io.github.jaspresi/rtl-lint-mcp
Lint Verilog and SystemVerilog files and projects with structured diagnostics.
client:Cursor
transport:stdio
runtime:pypi
Install RTL Lint MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rtl-lint-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rtl-lint-mcp"
],
"env": {
"RTL_LINT_ALLOWED_ROOTS": "<RTL_LINT_ALLOWED_ROOTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs