← Back to Plugins
MCP Server MCP

io.github.The-OpenROAD-Project/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

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "openroad-mcp",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/the-openroad-project/openroad-mcp:1.0.1",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...