Skip to content
Cursor

mcp server malcolm for Cursor

io.github.nagametw/mcp-server-malcolm

MCP server for Malcolm (Zeek/Suricata/Arkime/OpenSearch): threat-hunting access for AI agents

client:Cursor transport:stdio runtime:pypi

Install mcp server malcolm in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-malcolm": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-malcolm"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server malcolm in other clients