Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Node.js server implementing the Model Context Protocol (MCP) for Binalyze AIR, enabling natural language interaction with AIR's digital forensics and incident response capabilities.
Add this to your MCP client configuration:
{
"mcpServers": {
"binalyze-air-mcp": {
"command": "npx",
"args": [
"-y",
"@binalyze/air-mcp"
],
"env": {
"AIR_HOST": "<The API host URL for Binalyze AIR.>",
"AIR_API_TOKEN": "<Authentication token for Binalyze AIR API.>"
}
}
}
}{
"id": "binalyze-air-mcp",
"name": "Binalyze AIR",
"description": "A Node.js server implementing the Model Context Protocol (MCP) for Binalyze AIR, enabling natural language interaction with AIR's digital forensics and incident response capabilities.",
"source_url": "https://github.com/binalyze/air-mcp",
"publisher_name": "binalyze",
"publisher_url": "https://github.com/binalyze",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 7095,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@binalyze/air-mcp"
},
"tools_count": 117
}