Back to Browse

Cg Agent Kit MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

A well-structured MCP server for FPGA/HDL design with solid security fundamentals. The code properly isolates compiler invocations in temporary directories, avoids hardcoded secrets, and validates file operations against a project root. Minor code quality issues and a dependency on an external JAR file introduce low-severity concerns, but permissions align with the server's stated purpose of driving an HDL compiler toolchain. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the C⏚ compiler jar (cg-language-server.jar). Download the prebuilt jar from the cg-compiler GitHub releases.Optional

Environment variable: CG_JAR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-neosyn-cg-agent-kit": {
      "env": {
        "CG_JAR": "your-cg-jar-here"
      },
      "args": [
        "cg-agent-kit"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Cg Agent Kit MCP Server - AI-agent MCP server for FPGA design: compile, validate & | MCP Marketplace