Mcp-Vcd
Serves Value Change Dump (VCD) waveform data using the Model Context Protocol.
소개
Mcp-Vcd is a Model Context Protocol (MCP) server designed to provide access to Value Change Dump (VCD) waveform data. It includes a `get-signal` tool that efficiently retrieves signal changes, even from large VCD files, by specifying optional start and end timestamps. This allows models to focus on relevant data within a specified timeframe, making it suitable for scenarios where the entire VCD file cannot be accommodated in the model's context window.
주요 기능
- 2 GitHub stars
- Provides signal changes to a model's context via MCP.
- Designed for large VCD files with many signals.
- Supports start and end timestamps to limit the data provided.
- Includes a `get-signal` tool for efficient signal retrieval.
사용 사례
- Providing specific signal data from VCD files to language models.
- Analyzing waveforms within a specified timeframe using AI models.
- Integrating waveform data into model context for advanced analysis.