scpi-core

RFingAdam/scpi-core
★ 0 stars Python Code/Dev Tools Updated 5d ago
Shared SCPI transport, connection registry, safety clamps and instrument simulator for the eng-mcp-suite instrument servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scpi-core": {
      "command": "uvx",
      "args": [
        "scpi-core"
      ]
    }
  }
}

Or install with pip: pip install scpi-core

README Excerpt

Shared SCPI transport, connection registry, safety helpers and instrument simulator for the R&S MCP servers. Seeded by moving code out of `mcp-rs-cmw500` (the best transport in the fleet) and `mcp-rs-spectrum-analyzer` (the only transport abstraction). Before this package the same concerns existed as diverged copy-paste triplicates, and the

Tools (5)

exceptionslockregistrysafetysim