mcp-vcd
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-vcdshow changes for signal 'clock' between 0ns and 100ns"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-vcd
A model context protocol (MCP) server for value change dump (VCD) waveforms.
https://github.com/user-attachments/assets/9d1a6a64-de22-4b5a-a597-685c663c9c79
Tools
get-signal: Provide all changes of the specified signal name to the model's context. This is useful for large waveform files with many signals where you cannot fit the entire VCD file into the model's context window.Can optionally specify a start and end timestamp range for the model to look at.
Installation
uv pip install --system mcp-vcd
And add the following to your claude_desktop_config.json:
"mcpServers": {
"mcp-vcd": {
"command": "uv",
"args": [
"run",
"mcp-vcd"
]
}
}See Anthropic's MCP documentation for more info.
Available Tools
1 toolget-signalB
Get all instances of a specified signal in a VCD file
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | Name of the VCD file to analyze | |
| signal_name | Yes | Name of the signal to search for | |
| start_time | No | Start timestamp (optional) | |
| end_time | No | End timestamp (optional) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only indicates a read operation ('Get') without mentioning side effects, error conditions, or performance implications. The description is insufficiently transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 11 words, highly concise and front-loaded with the core action. No extraneous information is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema, and the description does not explain what an 'instance' constitutes (e.g., time, value). For a tool with 4 parameters and no output schema, the description is inadequate for complete understanding of the return format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, meaning all parameters are described in the input schema. The tool description does not add any additional semantic value beyond what the schema already provides, meeting the baseline for this dimension.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'all instances of a specified signal in a VCD file', making the tool's purpose specific and unambiguous. No siblings exist, so differentiation is unnecessary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
With no sibling tools, usage guidelines are less critical, but the description provides no explicit context, prerequisites, or when-to-use advice. It implicitly suggests analyzing VCD files but lacks definitive guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of confusion between tools, so disambiguation is perfect.
A single tool trivially maintains consistency. The name 'get-signal' follows a clear verb_noun pattern.
A single tool is far too few for a VCD file server. Typical operations like loading files, listing signals, or querying multiple signals are missing.
The tool surface is severely incomplete. It only provides one operation (get-signal), lacking essential lifecycle or exploration capabilities for VCD files.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Save and query market signals from your AI conversations.
Stop re-explaining yourself to Agents. Give it the right context, right when needed.
Your portable context layer — load it into any AI.
Cross-LLM persistent memory: store context once, recall it from any AI model.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables analysis of RTL waveform files (VCD, FST) through WAL (Waveform Analysis Language). Supports signal inspection, transition extraction, and advanced waveform queries for hardware design verification.14BSD 3-Clause
- AlicenseAqualityDmaintenanceEnables AI assistants to analyze hardware simulation VCD waveforms and GTKWave save files, providing access to signal values, bus definitions, and groupings without loading entire files.5MIT
- AlicenseAqualityBmaintenanceLocal MCP server for querying VCD waveform files via SQLite; enables AI agents to ask precise questions about signal values, transitions, and clock cycles without dumping raw VCD text.181MIT
- AlicenseNot gradedqualityBmaintenanceProvides a unified context layer for Cursor's agent with lossless token savings and verifiable memory, enabling efficient code exploration and cross-session continuity.101MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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