Home › Cloud & Monitoring › Iris
Iris
Stop shipping agents on vibes. Score every agent output for quality, safety, and cost.
Topics: Monitoring
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.17.0)
npx -y @iris-eval/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@iris-eval/[email protected]"
],
"env": {
"IRIS_API_KEY": "<YOUR_VALUE>",
"IRIS_API_KEY_FILE": "<YOUR_VALUE>",
"IRIS_ALLOW_UNAUTHENTICATED": "<YOUR_VALUE>",
"IRIS_DB_PATH": "<YOUR_VALUE>",
"IRIS_SQLITE_DRIVER": "<YOUR_VALUE>",
"IRIS_LOG_LEVEL": "<YOUR_VALUE>",
"IRIS_HOME": "<YOUR_VALUE>",
"IRIS_ANTHROPIC_API_KEY": "<YOUR_VALUE>",
"IRIS_OPENAI_API_KEY": "<YOUR_VALUE>",
"IRIS_LLM_JUDGE_MAX_COST_USD_PER_EVAL": "<YOUR_VALUE>",
"IRIS_CITATION_ALLOW_FETCH": "<YOUR_VALUE>",
"IRIS_DASHBOARD": "<YOUR_VALUE>",
"IRIS_DASHBOARD_PORT": "<YOUR_VALUE>",
"IRIS_PORT": "<YOUR_VALUE>",
"IRIS_OTEL_ENDPOINT": "<YOUR_VALUE>",
"IRIS_CITATION_DOMAINS": "<YOUR_VALUE>",
"IRIS_TRANSPORT": "<YOUR_VALUE>",
"IRIS_HOST": "<YOUR_VALUE>",
"IRIS_ALLOWED_ORIGINS": "<YOUR_VALUE>",
"IRIS_DASHBOARD_HOST": "<YOUR_VALUE>",
"IRIS_OTEL_HEADERS": "<YOUR_VALUE>",
"IRIS_OTEL_SERVICE_NAME": "<YOUR_VALUE>",
"IRIS_OTEL_TIMEOUT_MS": "<YOUR_VALUE>",
"IRIS_WEBHOOK_URL": "<YOUR_VALUE>",
"IRIS_WEBHOOK_SECRET": "<YOUR_VALUE>"
}
}
}
}
IRIS_API_KEYsecret — API key for HTTP authentication. Required to bind the HTTP transport or the dashboard beyond loopback (0.0.0.0, a LAN address, a container): without it the server refuses to startIRIS_API_KEY_FILE— Path to a file whose trimmed contents are the API key (the secret-file pattern Docker and Kubernetes mount). Set this or IRIS_API_KEY, not both; further keys and rotation are security.apiKeys in config.jsonIRIS_ALLOW_UNAUTHENTICATED— Set to 1 to run a non-loopback bind with NO API key on purpose (lifts the startup refusal; the network is then your boundary)IRIS_DB_PATH— SQLite database pathIRIS_SQLITE_DRIVER— Which SQLite driver holds the database: native (better-sqlite3, the default) or node (Node's built-in node:sqlite, Node 22.13+). Unset: native, falling back to node when the native module cannot loadIRIS_LOG_LEVEL— Log level: debug, info, warn, errorIRIS_HOME— Directory for the database, custom rules and preferences (default ~/.iris)IRIS_ANTHROPIC_API_KEYsecret — Enables evaluate_with_llm_judge and verify_citations with an Anthropic model. Optional: the deterministic rules never need a keyIRIS_OPENAI_API_KEYsecret — Enables evaluate_with_llm_judge and verify_citations with an OpenAI model. Optional: the deterministic rules never need a keyIRIS_LLM_JUDGE_MAX_COST_USD_PER_EVAL— Hard cap on the worst-case cost of one judge or citation call (default 0.25)IRIS_CITATION_ALLOW_FETCH— Let verify_citations fetch URLs (off by default)IRIS_DASHBOARD— Start the dashboard alongside the server (same as --dashboard)IRIS_DASHBOARD_PORT— Dashboard port (default 6920); IRIS_PORT is the MCP HTTP transport port (default 3000)IRIS_PORT— MCP HTTP transport port (default 3000); only used with --transport httpIRIS_OTEL_ENDPOINT— OTLP/HTTP collector URL; when set, every stored trace is also exported as OpenTelemetry spans (best-effort, asynchronous)IRIS_CITATION_DOMAINS— Comma-separated domain allowlist for verify_citations fetches (only consulted when IRIS_CITATION_ALLOW_FETCH is on)IRIS_TRANSPORT— Transport: stdio (default) or http; same as --transportIRIS_HOST— Bind host for the HTTP transport (default 127.0.0.1); only used with --transport httpIRIS_ALLOWED_ORIGINS— Comma-separated Origin allowlist for the HTTP transport and dashboard CORS (default http://localhost:*)IRIS_DASHBOARD_HOST— Bind host for the dashboard (default 127.0.0.1); same as --dashboard-hostIRIS_OTEL_HEADERS— Comma-separated key=value headers sent with every OTLP export (for example an auth token for your collector)IRIS_OTEL_SERVICE_NAME— service.name resource attribute on exported spans (default iris-eval)IRIS_OTEL_TIMEOUT_MS— Timeout in milliseconds for each OTLP export requestIRIS_WEBHOOK_URL— The receiver of the webhook that fires on a moment (docs/webhooks.md); merged over notify.webhook in config.jsonIRIS_WEBHOOK_SECRETsecret — The signing key of that webhook (any string, or whsec_ + base64); the iris format refuses to run without one
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry