MCP server for Netmon network monitoring — query devices, alerts, syslog, Windows event logs, Suricata IDS, NetFlow and packet captures from Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"netmon-mcpd": {
"command": "npx",
"args": [
"-y",
"Netmon-Services/netmon-mcpd"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add netmon-mcpd npx -y Netmon-Services/netmon-mcpd
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"netmon-mcpd": {
"command": "npx",
"args": [
"-y",
"Netmon-Services/netmon-mcpd"
]
}
}
}
📋 Copy
README Excerpt
Connect an AI assistant to a Netmon appliance. Netmon ships an MCP server on the appliance itself. This repository holds the client-side bridge: a small Node process that runs on your own machine, speaks stdio to Claude Desktop, and forwards every JSON-RPC message to your Netmon's `/mcp` endpoint over HTTPS.
Tools (20)
agent_disk_usage agent_processes agent_services alerts_history alerts_list arp_lookup arp_table capture_get capture_list device_find device_get device_list device_metric_summary eve_get eve_search eventlog_search flow_summary get_network_entity_info interfaces_search log_severity_summary
Topics
anthropic claude ids mcp mcp-server model-context-protocol netflow netops network-monitoring observability packet-capture self-hosted snmp suricata syslog