bsu-tool

bsu-tool/bsu-tool
★ 3 stars Python 🤖 AI/LLM Updated today
AI-assisted USB protocol analysis tool and MCP server for PSU CS Capstone SS26
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bsu-tool": {
      "command": "uvx",
      "args": [
        "bsu-tool"
      ]
    }
  }
}

Or install with pip: pip install bsu-tool

README Excerpt

**Behavioral Sleuth for USB** — a command-line tool and MCP server for capturing, decoding, and analyzing USB device protocols on Linux. Portland State University CS Capstone Project — sponsored by Bart Massey. Requires Python 3.11+. ```bash python -m venv .venv .venv\Scripts\Activate.ps1 source .venv/Scripts/activate

Topics

capstonecapstone-projectclaudelinuxmcpprotocol-analysispythonreverse-engineeringusb