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