Skip to content

MCP Probe v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:13

🚀 MCP Probe v0.3.0

A powerful terminal-based debugger and CLI tool for Model Context Protocol (MCP) servers.

📦 Installation Options

📥 Binary Downloads

Download the pre-built binary for your platform from the assets below.

🍺 Homebrew (macOS/Linux)

brew install conikeec/tap/mcp-probe

🌐 Curl Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/conikeec/mcp-probe/main/install.sh | bash

📦 Cargo Install

cargo install mcp-cli

✨ What's New

See CHANGELOG.md for detailed changes.

🔧 Usage

# Debug an MCP server via HTTP
mcp-probe debug --http-sse http://localhost:3000/sse

# Debug via stdio
mcp-probe debug --stdio python -- -m my_mcp_server

# Export capabilities
mcp-probe export --http-sse http://localhost:3000/sse --format json

🛡️ Verification

All binaries are signed and can be verified using:

# macOS
codesign -dv --verbose=4 mcp-probe

# All platforms - check SHA256
sha256sum mcp-probe

🎯 Making MCP protocol debugging as intuitive as it should be.