arkime-mcp-server
arkime-mcp-server
Arkimeフルパケットキャプチャ用のMCPサーバーです。AIアシスタントがネットワークセッションの検索、トラフィックパターンの調査、キャプチャの健全性監視を行えるようにします。
ツール
ツール | 説明 |
| Arkime式でセッションを検索し、送信元/宛先IP、ポート、プロトコル、バイト数、地理情報、AS情報を返します |
| 単一セッションの完全なデコード済みプロトコル詳細 |
| セッションのデコード済みパケットデータ |
| セッション数による任意のフィールドの上位N件(ホスト、ポート、ドメインなど) |
| ネットワーク接続グラフ — バイト数/パケット数/セッション数を含むノードとリンク |
| 内部ホストが通信した個別の外部IP |
| トラフィック内でキャプチャされたDNSクエリ(ドメインパターンまたは送信元IPでフィルタリング可能) |
| IPアドレスのPTR/逆引きDNSルックアップ |
| RFC1918以外の宛先へのセッション(バイト数でソート) |
| 国別の宛先トラフィック内訳 |
| Arkimeクラスターの健全性 — ノード数、シャードステータス、OpenSearchバージョン |
| サイズ、パケット数、時間範囲を含むPCAPキャプチャファイル |
| 検索式で使用可能なArkimeセッションフィールド |
Related MCP server: Android Proxy MCP
セットアップ
npm install
npm run build設定
環境変数を設定します:
変数 | 必須 | デフォルト | 説明 |
| いいえ |
| ArkimeビューアーのURL |
| いいえ |
| Arkime APIユーザー名 |
| はい | — | Arkime APIパスワード |
Claude Codeでの使用方法
MCP設定(例: .mcp.json)に追加します:
{
"mcpServers": {
"arkime": {
"command": "node",
"args": ["/path/to/arkime-mcp-server/build/index.js"],
"env": {
"ARKIME_PASSWORD": "your-password"
}
}
}
}認証
ArkimeはHTTPダイジェスト認証を使用します。サーバーはdigest-fetchライブラリを使用してこれを処理します。
ライセンス
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