Skip to content

Conversation

@danohn
Copy link
Contributor

@danohn danohn commented Sep 10, 2025

Description

Add mcpcap to the list of MCP Servers.

Server Details

mcpcap is a modular Python MCP (Model Context Protocol) Server for analyzing PCAP files. mcpcap enables LLMs to read and analyze network packet captures from local or remote sources, providing structured JSON responses about network traffic.

Motivation and Context

This MCP Server provides a way for AI Agents to analyze network packet captures, giving the user a structured and automated method to extract insights such as DNS activity, security indicators, and troubleshooting data directly within their AI client.

How Has This Been Tested?

Tested with Claude Desktop and mcpinspector

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@domdomegg
Copy link
Member

Woah this looks like a really cool project! I think it would likely live better in the community servers for now - if you move it there I can get this approved and merged :)

@domdomegg domdomegg added the waiting for submitter Waiting for the submitter to provide more info label Sep 12, 2025
Copy link
Member

@domdomegg domdomegg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above

@danohn
Copy link
Contributor Author

danohn commented Sep 12, 2025

Thank you @domdomegg ! I've updated the PR with a new commit that adds this to the Community Servers section.

@domdomegg domdomegg merged commit bf29346 into modelcontextprotocol:main Sep 12, 2025
19 checks passed
@domdomegg domdomegg removed the waiting for submitter Waiting for the submitter to provide more info label Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants