arkime-mcp-server
arkime-mcp-server
Ein MCP-Server für die Arkime-Vollpaketaufzeichnung. Ermöglicht KI-Assistenten das Durchsuchen von Netzwerksitzungen, die Untersuchung von Verkehrsmustern und die Überwachung des Aufzeichnungsstatus.
Tools
Tool | Beschreibung |
| Durchsucht Sitzungen mit Arkime-Ausdrücken, gibt Quell-/Ziel-IPs, Ports, Protokolle, Bytes, Geo- und AS-Informationen zurück |
| Vollständig dekodierte Protokolldetails für eine einzelne Sitzung |
| Dekodierte Paketdaten für eine Sitzung |
| Top-N-Werte für ein beliebiges Feld nach Sitzungsanzahl (Hosts, Ports, Domains usw.) |
| Netzwerkverbindungsdiagramm — Knoten und Links mit Byte-/Paket-/Sitzungsanzahl |
| Eindeutige externe IPs, die von einem internen Host kontaktiert wurden |
| Im Datenverkehr erfasste DNS-Abfragen, filterbar nach Domain-Muster oder Quell-IP |
| PTR/Reverse-DNS-Suche für eine IP |
| Sitzungen zu Nicht-RFC1918-Zielen, sortiert nach Bytes |
| Aufschlüsselung des Zielverkehrs nach Land |
| Arkime-Cluster-Status — Knotenanzahl, Shard-Status, OpenSearch-Version |
| PCAP-Aufzeichnungsdateien mit Größen, Paketanzahl und Zeitbereichen |
| Verfügbare Arkime-Sitzungsfelder zur Verwendung in Suchausdrücken |
Related MCP server: Android Proxy MCP
Einrichtung
npm install
npm run buildKonfiguration
Umgebungsvariablen festlegen:
Variable | Erforderlich | Standard | Beschreibung |
| Nein |
| Arkime Viewer-URL |
| Nein |
| Arkime API-Benutzername |
| Ja | — | Arkime API-Passwort |
Verwendung mit Claude Code
Zu den MCP-Einstellungen hinzufügen (z. B. .mcp.json):
{
"mcpServers": {
"arkime": {
"command": "node",
"args": ["/path/to/arkime-mcp-server/build/index.js"],
"env": {
"ARKIME_PASSWORD": "your-password"
}
}
}
}Authentifizierung
Arkime verwendet HTTP-Digest-Authentifizierung. Der Server handhabt dies über die Bibliothek digest-fetch.
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI-assisted network packet analysis using Wireshark's TShark tool. It provides tools for pcap file overview, session extraction, protocol filtering, and statistical analysis through a standardized interface.1MIT
- AlicenseAqualityFmaintenanceAn MCP server that enables AI assistants to capture and analyze HTTP/HTTPS traffic from Android devices. It supports smart searching of network requests and provides tools for detailed traffic analysis via natural language.11213MIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes TShark as tools for AI-assisted network packet analysis, supporting PCAP analysis, live capture, TLS decryption, and telecom/SS7 signaling protocols.251MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server that provides AI assistants with professional-grade network analysis capabilities, combining Wireshark packet analysis, nmap scanning, and threat intelligence for enhanced network troubleshooting and security analysis.MIT
Related MCP Connectors
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/swannman/arkime-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server