Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
84
7
  • Linux
  • Apple
smithery.yaml688 B
startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - airHost - airApiToken properties: airHost: type: string description: The host URL for the Binalyze AIR API (e.g., https://air-xyz.binalyze.com) airApiToken: type: string description: The API token for accessing the Binalyze AIR API. You can generate one through the AIR console. commandFunction: |- (config) => ({ command: 'node', args: ['build/index.js'], env: { AIR_HOST: config.airHost, AIR_API_TOKEN: config.airApiToken, }, })

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