Loading MCP server directory, please wait...
Lint Verilog and SystemVerilog files and projects with structured diagnostics.
npx @getmcp/cli add io.github.jaspresi/rtl-lint-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
RTL_LINT_ALLOWED_ROOTSDirectory containing the RTL files that this server is allowed to read.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jaspresi/rtl-lint-mcp": {
"command": "uvx",
"args": [
"rtl-lint-mcp"
],
"env": {
"RTL_LINT_ALLOWED_ROOTS": ""
}
}
}
}