Odel
cg agent kit

cg agent kit

Local
@neosyn-logic1PythonMITUpdated 2w ago

AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcg-agent-kitv0.2.1

Run

uvx cg-agent-kit

MCP client config

{
  "mcpServers": {
    "cg-agent-kit": {
      "command": "uvx",
      "args": [
        "cg-agent-kit"
      ]
    }
  }
}