WireMCP

An MCP for WireShark (tshark). Empower LLM's with realtime network traffic analysis capability

GitHub Stars

218

User Rating

Not Rated

Favorites

0

Views

265

Forks

25

Issues

7

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 16.0.0 or higher
npm: Latest version
Wireshark: tshark must be installed and accessible in PATH

Installation Steps

1. Clone Repository

bash
git clone https://github.com/0xKoda/WireMCP.git
cd WireMCP

2. Install Dependencies

bash
npm install

3. Start MCP Server

bash
node index.js
> Note: Ensure tshark is in your PATH. WireMCP will auto-detect it.

Additional Resources