Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_smb_repository

Configure an SMB evidence repository on Binalyze AIR MCP Server by specifying name, network path, authentication credentials, and associated organizations for secure data storage.

Instructions

Create a new SMB evidence repository

Input Schema

NameRequiredDescriptionDefault
nameYesName for the SMB repository
organizationIdsNoOrganization IDs to associate the repository with. Defaults to empty array.
passwordYesPassword for SMB authentication
pathYesNetwork share path (e.g. \\Network\Share)
usernameYesUsername for SMB authentication

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name for the SMB repository", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate the repository with. Defaults to empty array.", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Password for SMB authentication", "type": "string" }, "path": { "description": "Network share path (e.g. \\\\Network\\Share)", "type": "string" }, "username": { "description": "Username for SMB authentication", "type": "string" } }, "required": [ "name", "path", "username", "password" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server