air-mcp
Verified Safeby binalyze
Overview
A Node.js server implementing Model Context Protocol (MCP) for Binalyze AIR, enabling natural language interaction with AIR's digital forensics and incident response capabilities.
Installation
node build/index.jsEnvironment Variables
- AIR_HOST
- AIR_API_TOKEN
Security Notes
The server uses environment variables for sensitive configurations like `AIR_API_TOKEN` and `AIR_HOST`. It employs `zod` for robust input validation on all tool arguments, significantly reducing risks from malformed inputs. Standard `axios` library is used for external API interactions. Error handling is present for API calls. No obvious malicious patterns or unsafe code execution (`eval`) were found.
Similar Servers
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.
mcp-server-mattermost
This project implements a Model Context Protocol (MCP) server for integrating Mattermost with AI tools, enabling message search and processing.
climcp
Provides a command-line interface for human and automated interaction with Model Context Protocol (MCP) servers, facilitating exploration, CI automation, and debugging.
MCP-para-todo
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.