← Back to Plugins
MCP Server MCP

io.github.luarss/openroad-mcp

github By github 👁 1 views ▲ 0 votes

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

Homepage Verified source GitHub

Install

uvx openroad-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "openroad-mcp",
      "version": "0.5.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/luarss/openroad-mcp:0.5.3",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...