llamator-mcp-server
by RomiconEZ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLAMATOR_MCP_API_KEY | No | Optional API key to protect HTTP and MCP interfaces. | |
| LLAMATOR_MCP_REDIS_DSN | No | Redis connection DSN for job queue and state storage. | |
| LLAMATOR_MCP_MINIO_BUCKET | No | MinIO bucket name for artifacts. | |
| LLAMATOR_MCP_ARTIFACTS_ROOT | No | Root directory for job-local artifacts on the worker. | |
| LLAMATOR_MCP_MINIO_ENDPOINT | No | MinIO S3 endpoint for artifacts storage. | |
| LLAMATOR_MCP_MINIO_ACCESS_KEY | No | MinIO access key. | |
| LLAMATOR_MCP_MINIO_SECRET_KEY | No | MinIO secret key. | |
| LLAMATOR_MCP_JUDGE_MODEL_API_KEY | No | API key for the judge model. | |
| LLAMATOR_MCP_ATTACK_MODEL_API_KEY | No | API key for the attack model. | |
| LLAMATOR_MCP_JUDGE_MODEL_BASE_URL | No | Base URL for the judge model (OpenAI-compatible). | |
| LLAMATOR_MCP_ATTACK_MODEL_BASE_URL | No | Base URL for the attack model (OpenAI-compatible). |
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/RomiconEZ/llamator-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server