What is the io.neosyn/cg-agent-kit MCP server?
AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.
How to install io.neosyn/cg-agent-kit
Copy-paste configuration for popular MCP clients.
CG_JARPath to the C⏚ compiler jar (cg-language-server.jar). Download the prebuilt jar from the cg-compiler GitHub releases.
{
"mcpServers": {
"cg-agent-kit": {
"command": "uvx",
"args": [
"cg-agent-kit"
],
"env": {
"CG_JAR": "<YOUR_CG_JAR>"
}
}
}
}{
"mcpServers": {
"cg-agent-kit": {
"command": "uvx",
"args": [
"cg-agent-kit"
],
"env": {
"CG_JAR": "<YOUR_CG_JAR>"
}
}
}
}{
"mcpServers": {
"cg-agent-kit": {
"command": "uvx",
"args": [
"cg-agent-kit"
],
"env": {
"CG_JAR": "<YOUR_CG_JAR>"
}
}
}
}{
"servers": {
"cg-agent-kit": {
"type": "stdio",
"command": "uvx",
"args": [
"cg-agent-kit"
],
"env": {
"CG_JAR": "<YOUR_CG_JAR>"
}
}
}
}claude mcp add cg-agent-kit --env CG_JAR=<YOUR_CG_JAR> -- uvx cg-agent-kitRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.