@zesun33/mcp-openroad
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_OPENROAD_IMAGE | Yes | Container image for the OpenROAD toolchain, e.g., 'localhost/zesun33/asic'. | |
| MCP_OPENROAD_RUNTIME | Yes | Runtime used to execute OpenROAD, e.g., 'podman'. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| openroad_pnrA | Performs end-to-end automated digital ASIC physical design (floorplanning, placement, routing, and static timing analysis) on a gate-level netlist using OpenROAD, returning area, utilization, wirelength, and timing slack metrics. |
| openroad_floorplanA | Initializes ASIC floorplan boundaries, core/die sizing, and I/O pin placement using OpenROAD, generating a floorplan DEF file. |
| openroad_placeB | Performs standard cell global analytical placement (RePLace) and legalized detailed placement (DPL) on a floorplan DEF file. |
| openroad_routeA | Performs global routing (FastRoute) and detailed routing on a placed DEF file, reporting wirelength and DRC violation metrics. |
| openroad_staA | Performs static timing analysis using OpenSTA on placed or routed DEF files, reporting Worst Negative Slack (WNS), Total Negative Slack (TNS), and critical paths. |
| openroad_toolchain_infoA | Returns active container/host runtime and version information for OpenROAD, OpenSTA, and supported platform PDKs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zesun33/mcp-openroad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server