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
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-server-mattermost
This project implements a Model Context Protocol (MCP) server for integrating Mattermost with AI tools, enabling message search and processing.
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.
mcp
A modular, config-driven Model Context Protocol (MCP) server designed to expose a variety of configurable tools (filesystem, shell, HTTP, utilities) to AI agents via JSON-RPC over stdio, with a strong emphasis on security through configuration.