sim_harness

ErhannisAutomated/sim_harness
★ 0 stars Python API Integration Updated today
KiCAD extensive simulation workflow, associated with https://github.com/ErhannisAutomated/KiCAD-MCP-Server and that whole effort
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": {
    "sim_harness": {
      "command": "uvx",
      "args": [
        "sim-harness"
      ]
    }
  }
}

Or install with pip: pip install sim-harness

README Excerpt

Layered checks that validate a schematic against machine-readable component specs. As of 2026-07-31, seven layers shipped: - **Layer 1** — static per-pin topology rules (`static_check.py`) - **Layer 3a** — DC operating-point solve of the linear network (`dc_op_check.py`) - **Layer 3b** — per-pin `dc_check` assertions from component specs

Tools (1)

tran_sweeps