Install and Setup WireMCP
mainWireMCP requires Wireshark (with tshark in your PATH) and Node.js (v16+).
To install and run the server locally:
- Clone the repository and enter the directory.
- Install dependencies using npm.
- Start the server using
node index.js.
Prerequisites:
- Mac / Windows / Linux
- Wireshark (ensure
tsharkis accessible in your PATH) - Node.js (v16+ recommended)
- npm
git clone https://github.com/0xkoda/WireMCP.git
cd WireMCP
npm install
node index.js