🛠️ Accelerate log analysis with the Forensic Log MCP server, using custom parsers to handle massive datasets efficiently and effectively.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"forensic-log-mcp": {
"command": "npx",
"args": [
"-y",
"Relampag0/forensic-log-mcp"
]
}
}
}
Run in terminal:
claude mcp add forensic-log-mcp npx -y Relampag0/forensic-log-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"forensic-log-mcp": {
"command": "npx",
"args": [
"-y",
"Relampag0/forensic-log-mcp"
]
}
}
}