Mirador MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_HOST | No | Cross-server alias for MIRADOR_SERVER__HOST. | |
| MCP_HTTP_PATH | No | Cross-server alias for MIRADOR_SERVER__PATH. | |
| MCP_HTTP_PORT | No | Cross-server alias for MIRADOR_SERVER__PORT. | |
| MCP_TRANSPORT | No | Cross-server alias for MIRADOR_SERVER__TRANSPORT. | |
| MCP_HTTP_LISTEN | No | Alternative cross-server alias for the listen address. | |
| MCP_LISTEN_ADDR | No | Cross-server alias for MIRADOR_SERVER__LISTEN (host:port). | |
| MIRADOR_LOGS__KIND | No | Log backend kind: vlogs, loki, file, or none. | |
| MIRADOR_DUCKDB_PATH | No | Path to the DuckDB catalog file. Defaults to ~/.mirador/mirador.duckdb. | |
| MIRADOR_FIXTURE_DIR | No | Path to a committed fixture data directory to use instead of a live backend. | |
| MIRADOR_SERVER__HOST | No | Host to bind for HTTP transports. | |
| MIRADOR_SERVER__PATH | No | HTTP path for the MCP endpoint. Defaults to /mcp. | |
| MIRADOR_SERVER__PORT | No | Port to bind for HTTP transports. | |
| MIRADOR_TRACES__KIND | No | Trace backend kind (e.g. vtraces) for VictoriaTraces. | |
| MIRADOR_METRICS__KIND | No | The metrics backend kind (e.g. 'prometheus'). Required when connecting to a live Prometheus-compatible backend. Use together with MIRADOR_METRICS__BASE_URL. | |
| MIRADOR_LOGS__BASE_URL | No | Optional log backend URL. | |
| MIRADOR_SERVER__LISTEN | No | Host:port to listen on for HTTP transports (e.g. 127.0.0.1:9001). | |
| MIRADOR_TRACES__BASE_URL | No | Trace backend URL (Jaeger-compatible API). | |
| MIRADOR_METRICS__BASE_URL | No | Prometheus-compatible query endpoint URL (e.g. http://localhost:8481/select/0/prometheus). Required when MIRADOR_METRICS__KIND is set. | |
| MIRADOR_SERVER__STATELESS | No | Whether to run stateless (true/false). Defaults to true. | |
| MIRADOR_SERVER__TRANSPORT | No | MCP transport: stdio, streamable-http, or sse. Defaults to stdio. | |
| MIRADOR_TRACES__TLS_VERIFY | No | Whether to verify TLS for the traces backend (true/false). | |
| MIRADOR_SERVER__JSON_RESPONSE | No | Whether to use JSON responses (true/false). Defaults to true. | |
| MIRADOR_BUDGET__MAX_POINTS_PER_RUN | No | Maximum points allowed per run; raise for very large estates. |
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