qnx8-qconn-mcp

johnson-thomas/qnx8-qconn-mcp
★ 0 stars Go Code/Dev Tools Updated today
Go MCP server (Streamable HTTP) for the QNX qconn agent: system/process/thread/memory introspection, process control, file transfer, and exec — plus full machine-level debugging ▎ via pdebug's native DSMSG protocol (breakpoints, single-step, registers, memory, threads) over TCP or serial. Tested on real QNX 8.0 (aarch64).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qnx8-qconn-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/johnson-thomas/qnx8-qconn-mcp@latest"
      ]
    }
  }
}