Skip to main content
Glama

mcp-vcd

用于值变化转储 (VCD) 波形的模型上下文协议 (MCP) 服务器。

https://github.com/user-attachments/assets/9d1a6a64-de22-4b5a-a597-685c663c9c79

工具

  • get-signal :将指定信号名称的所有更改提供给模型的上下文。这对于包含大量信号的大型波形文件非常有用,因为您无法将整个 VCD 文件放入模型的上下文窗口中。

    • 可以选择指定模型要查看的开始和结束时间戳范围。

安装

uv pip install --system mcp-vcd

并将以下内容添加到您的claude_desktop_config.json中:

"mcpServers": {
  "mcp-vcd": {
    "command": "uv",
    "args": [
      "run",
      "mcp-vcd"
    ]
  }
}

请参阅Anthropic 的 MCP 文档以了解更多信息。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SeanMcLoughlin/mcp-vcd'

If you have feedback or need assistance with the MCP directory API, please join our Discord server