Skip to content

Releases: sameehj/ebpf-mcp

v1.0.2

28 Jun 11:08

Choose a tag to compare

🎉 Finalized install and test flow for ebpf-mcp

Includes:

  • Fully working install.sh
  • Systemd integration
  • Streaming test validation
  • Claude CLI ready
  • Schema-based AI-safe toolset (6 basic tools)

See updated README for quick start + security details.

🎯 eBPF MCP Server v1.0.0 - is Here!

28 Jun 10:06

Choose a tag to compare

Pre-release

🌟 What's New

Complete eBPF Toolkit: Load, attach, and manage eBPF programs seamlessly
Real-time Event Streaming: Stream kernel events with advanced filtering
Production-Grade Reliability: Robust error handling and panic recovery
Claude CLI Ready: Full MCP protocol compliance for AI integration
Developer Friendly: Comprehensive debugging and testing tools

🚀 Quick Start
bash# Download and install
wget https://github.com/sameehj/ebpf-mcp/releases/download/v1.0.0/ebpf-mcp-server-linux-amd64
chmod +x ebpf-mcp-server-linux-amd64
sudo ./ebpf-mcp-server-linux-amd64 -t http

Add to Claude CLI

claude mcp add ebpf http://localhost:8080/mcp -t http -H "Authorization: Bearer YOUR_TOKEN"
🔧 Tools Included

attach_program - Attach eBPF programs to kernel hooks
info - Get system eBPF capabilities
inspect_state - Examine loaded programs and maps
load_program - Load eBPF programs from files or data
stream_events - Real-time kernel event streaming
trace_errors - Debug eBPF program issues

📋 Requirements

Linux kernel 4.18+ with eBPF support
Root privileges for eBPF operations
Optional: BTF support for enhanced debugging

🐛 Bug Fixes

Fixed streaming panic issues
Improved MCP protocol handling
Enhanced error reporting
Better resource cleanup

📚 Documentation

Quick Start Guide
API Reference
Claude CLI Integration
Development Guide