
mcp-vcd
Okay, I understand. To help you with this, I need the following information: 1. **The Signal Name:** Please provide the exact name of the signal you're interested in (e.g., `clk`, `data_in`, `address[3:0]`, `state`). 2. **The VCD (Value Change Dump) Data:** Please provide the VCD data. Ideally, this should be a snippet containing the relevant changes for the signal you specified. If you have a very large VCD file, try to extract a portion that shows the signal changing values. **How I will process the information:** Once you provide the signal name and VCD data, I will: 1. **Parse the VCD Data:** I will analyze the VCD data to identify all timestamps where the specified signal changes its value. 2. **Extract Value Changes:** I will extract the timestamp and the new value of the signal at each change. 3. **Format the Output:** I will present the information in a clear and concise format, showing the timestamp and the corresponding value of the signal. **Example:** Let's say you provide the following: * **Signal Name:** `data_in` * **VCD Data:** ```vcd $date Date : Tue Oct 27 16:28:30 PST 2023 $end $version Version : VCD Generator Version 1.0 $end $timescale 1 ns $end $scope module top $end $var wire 1 ! data_in $end $upscope $end $enddefinitions $end #0 !0 #10 !1 #20 !0 #30 !1 #40 !0 ``` Then, I would provide the following output: ``` Signal: data_in Timestamp | Value ----------|------- 0 | 0 10 | 1 20 | 0 30 | 1 40 | 0 ``` **Important Considerations:** * **VCD Format:** I assume the VCD data is in a standard format. If it's a non-standard format, please let me know, and I'll do my best to adapt. * **Signal Definition:** The VCD data should include the signal definition (e.g., `$var wire 1 ! data_in $end`). This helps me understand the signal's type and size. * **Data Size:** While I can handle a reasonable amount of VCD data, extremely large files might exceed my processing capabilities. In such cases, try to provide a representative snippet. * **Bit Vectors:** If the signal is a bit vector (e.g., `address[3:0]`), I will display the entire vector value at each change. **Now, please provide the signal name and the VCD data.**
Tools
get-signal
Get all instances of a specified signal in a VCD file
README
mcp-vcd
用于值变转储 (VCD) 波形的模型上下文协议 (MCP) 服务器。
https://github.com/user-attachments/assets/9d1a6a64-de22-4b5a-a597-685c663c9c79
<a href="https://glama.ai/mcp/servers/kdvs90ijbl"><img width="380" height="200" src="https://glama.ai/mcp/servers/kdvs90ijbl/badge" alt="mcp-vcd MCP server" /></a>
工具
get-signal
: 将指定信号名称的所有更改提供给模型的上下文。 这对于具有许多信号的大型波形文件非常有用,在这些文件中,您无法将整个 VCD 文件放入模型的上下文窗口中。- 可以选择指定模型要查看的开始和结束时间戳范围。
安装
uv pip install --system mcp-vcd
并将以下内容添加到您的 claude_desktop_config.json
中:
"mcpServers": {
"mcp-vcd": {
"command": "uv",
"args": [
"run",
"mcp-vcd"
]
}
}
有关更多信息,请参见 Anthropic 的 MCP 文档。
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Neon MCP Server
MCP server for interacting with Neon Management API and databases
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
https://github.com/Streen9/react-mcp
react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。
MCP Atlassian
适用于 Atlassian Cloud 产品(Confluence 和 Jira)的 Model Context Protocol (MCP) 服务器。此集成专为 Atlassian Cloud 实例设计,不支持 Atlassian Server 或 Data Center 部署。

any-chat-completions-mcp
将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。
MySQL MCP Server
允许人工智能助手通过受控界面列出表格、读取数据和执行 SQL 查询,从而使数据库探索和分析更安全、更有条理。
browser-use MCP server
一个由人工智能驱动的浏览器自动化服务器,它实现了模型上下文协议,从而能够使用自然语言控制网页浏览器,以执行诸如导航、表单填写和视觉交互等任务。
mcp-codex-keeper
作为开发知识的守护者,为 AI 助手提供精心策划的最新文档和最佳实践访问权限。