Logic Analyzer Ai Mcp

by wegitor

399 downloads
Not rated
GitHub

About

Logic Analyzer Ai Mcp provides an MCP (Message Control Protocol) server and automation interface for Saleae logic analyzers. It enables remote control, automation, and integration of Saleae Logic devices and captures, making it easy to script, manage, and analyze logic analyzer…

Details

Author
wegitor
Downloads
399
Categories
Other, Developer Tools

- Remote control of Saleae logic analyzers
- Automation of capture and analysis workflows
- Scripting support for programmatic interaction
- Integration with other tools via MCP
- Management and analysis of logic analyzer data

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Logic Analyzer Ai Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "logic analyzer ai mcp": {
            "logic-analyzer-ai-mcp": {
                "type": "stdio",
                "command": "uv",
                "args": [
                    "--directory",
                    ".",
                    "run",
                    "-m",
                    "src.run_mcp_server"
                ]
            }
        }
    }
}

McpServers

{
    "logic-analyzer-ai-mcp": {
        "type": "stdio",
        "command": "uv",
        "args": [
            "--directory",
            ".",
            "run",
            "-m",
            "src.run_mcp_server"
        ]
    }
}

Logic analyzer MCP
This project provides an MCP (Message Control Protocol) server and automation interface for Saleae logic analyzers. It enables remote control, automation, and integration of Saleae Logic devices and captures, making it easy to script, manage, and analyze logic analyzer data programmatically.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.