vhdl-rag-mcp

ru551n/vhdl-rag-mcp
★ 0 stars Python AI/LLM Updated today
VHDL RAG MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vhdl-rag-mcp": {
      "command": "uvx",
      "args": [
        "vhdl-rag-mcp"
      ]
    }
  }
}

Or install with pip: pip install vhdl-rag-mcp

README Excerpt

An MCP (Model Context Protocol) server that gives coding agents high-quality semantic search over an organization's HDL code (VHDL, Verilog, SystemVerilog), HDL-related documentation, and general source code (C/C++, Python, ...) — all cross-referenced, all with exact source attribution. Runs as an MCP server over stdio (installed from this Git

Tools (2)

languagemode