AssemblyLine MCP
by SauceTaster
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AL_URL | Yes | Base URL of the AssemblyLine instance (e.g., https://al.example.org). | |
| AL_HOST | No | HTTP transport bind host. | 127.0.0.1 |
| AL_PATH | No | HTTP transport bind path. | /mcp/ |
| AL_PORT | No | HTTP transport bind port. | 8000 |
| AL_APIKEY | No | API key secret (keyname:secret). | |
| AL_RETRIES | No | Finite retry count (never infinite). | 3 |
| AL_TIMEOUT | No | Per-request timeout (seconds). | 60 |
| AL_PASSWORD | No | Password (for password auth). | |
| AL_USERNAME | No | Username (for password auth). | |
| AL_TRANSPORT | No | stdio or http. | stdio |
| AL_VERIFY_SSL | No | Verify the AssemblyLine TLS certificate. | true |
| AL_ALLOW_ADMIN | No | Register admin/destructive tools. | false |
| AL_APIKEY_USER | No | Username paired with AL_APIKEY. | |
| AL_MASK_ERROR_DETAILS | No | Hide internal exception details from clients. | true |
| AL_MAX_DOWNLOAD_BYTES | No | Cap on al_file_download output. | 10485760 |
| AL_ALLOW_INSECURE_BIND | No | Permit binding http to a non-loopback host. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/SauceTaster/assemblyline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server