Wazuh MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server bind address | 0.0.0.0 |
| MCP_PORT | No | Server port | 3000 |
| AUTH_MODE | No | `oauth`, `bearer`, or `none` | bearer |
| REDIS_URL | No | Redis URL for multi-instance session storage | |
| WAZUH_HOST | Yes | Wazuh Manager hostname or IP | |
| WAZUH_PASS | Yes | API password | |
| WAZUH_PORT | No | Manager API port | 55000 |
| WAZUH_USER | Yes | API username | |
| ENVIRONMENT | No | `production` enforces stricter checks | development |
| MCP_API_KEY | No | Pre-set API key (`wazuh_…`) | |
| YDC_API_KEY | No | Optional You.com API key. Enables the `search_external_context` tool | |
| YDC_BASE_URL | No | Optional You.com Search API base URL | https://ydc-index.io |
| YDC_VERIFY_SSL | No | Verify You.com TLS certificates independently of Wazuh | true |
| ALLOWED_ORIGINS | No | CORS origins (comma-separated) | https://claude.ai,... |
| AUTH_SECRET_KEY | No | JWT signing key. Required when `ENVIRONMENT=production` (the server refuses to start without it) — set the same value on every instance | |
| RESPONSE_FORMAT | No | Wire format for alert/event/vulnerability results: `json` or `gcf` | json |
| TRUSTED_PROXIES | No | Proxy IPs to trust for `X-Forwarded-For` (correct per-client rate limiting behind a proxy) | |
| WAZUH_VERIFY_SSL | No | Verify the Manager's TLS certificate | true |
| WAZUH_INDEXER_SSL | No | Use HTTPS for the Indexer (set `false` for a plain-HTTP OpenSearch node) | true |
| MCP_API_KEY_SCOPES | No | Scopes for `MCP_API_KEY`. Add `wazuh:write` to enable active-response tools | wazuh:read |
| WAZUH_INDEXER_HOST | No | Indexer hostname (an `http://` prefix selects plain HTTP) | |
| WAZUH_INDEXER_PASS | No | Indexer password | |
| WAZUH_INDEXER_PORT | No | Indexer port | 9200 |
| WAZUH_INDEXER_USER | No | Indexer username | |
| WAZUH_CLUSTERS_FILE | No | Optional multi-cluster topology file | ./config/clusters.json |
| AUTHLESS_ALLOW_WRITE | No | Allow active response in authless mode | false |
| WAZUH_INDEXER_VERIFY_SSL | No | Verify the Indexer's TLS certificate | true |
| WAZUH_AR_FIREWALL_UNDO_COMMAND | No | Custom active-response command that removes a firewall-drop block. Required for `wazuh_firewall_allow` — stock Wazuh can't unblock via the API | |
| WAZUH_AR_HOSTDENY_UNDO_COMMAND | No | Custom active-response command that removes a hosts.deny block. Required for `wazuh_host_allow` |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues