Logic Analyzer Mcp

Created By
wegitor7 months ago
This project provides an AI MCP server 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.
Overview

What is Logic Analyzer MCP?

Logic Analyzer MCP is a project that provides an AI MCP server for Saleae logic analyzers, enabling remote control, automation, and integration of Saleae Logic devices for programmatic management and analysis of logic analyzer data.

How to use Logic Analyzer MCP?

To use Logic Analyzer MCP, clone the repository, set up a virtual environment, install dependencies, and run the MCP server using the command: uv --directory <project_path> run -m logic_analyzer_mcp.

Key features of Logic Analyzer MCP?

  • Device configuration management
  • Capture configuration and execution
  • Data export in various formats
  • Logic file analysis and processing
  • Protocol decoding and visualization
  • Diagram generation and analysis
  • Integration with MCP (Message Control Protocol)
  • Support for various Logic devices including Logic 16

Use cases of Logic Analyzer MCP?

  1. Automating the capture and analysis of digital signals.
  2. Integrating logic analyzer data into automated testing frameworks.
  3. Visualizing and decoding communication protocols in embedded systems.

FAQ from Logic Analyzer MCP?

  • What are the requirements to run Logic Analyzer MCP?

You need Python 3.10 or higher, Saleae Logic 2 software, and a compatible Logic device.

  • Is there a specific version of Saleae Logic software recommended?

Yes, it is tested with Saleae Logic 1.2.40 for Windows for best compatibility.

  • Can I use this project with other versions of Saleae Logic?

Other versions may work, but compatibility is not guaranteed.

Server Config

{
  "mcpServers": {
    "logic-analyzer-ai-mcp": {
      "type": "stdio",
      "command": "uv",
      "args": [
        "--directory",
        "<path to folder>",
        "run",
        "-m",
        "logic_analyzer_mcp"
      ]
    }
  }
}
Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
wegitor
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago