Skip to content
Zed

pyslang-mcp for Zed

io.github.ariklapid/pyslang-mcp

Compiler-backed read-only Verilog and SystemVerilog project analysis.

client:Zed transport:stdio runtime:pypi

Install pyslang-mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pyslang-mcp": {
      "command": "uvx",
      "args": [
        "pyslang-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pyslang-mcp in other clients