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).
Run
uvx cg-agent-kit
MCP client config
{
"mcpServers": {
"cg-agent-kit": {
"command": "uvx",
"args": [
"cg-agent-kit"
]
}
}
}