Iris
@iris-eval
关于 Iris
The first MCP-native eval and observability tool for AI agents. Any MCP-compatible agent discovers and uses Iris automatically — no SDK, no code changes. Log traces with hierarchical span trees, evaluate output quality with 12 built-in rules (PII detection, prompt injection, cost
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"iris": {
"command": "npx",
"args": [
"-y",
"@iris-eval/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Iris?
Iris is an open-source MCP server that logs every trace, evaluates output quality, and tracks costs across all your agents. Any MCP-compatible agent discovers and uses it automatically — no SDK or code changes required.
How to use Iris?
Add Iris to your MCP config (e.g., Claude Desktop) with "command": "npx", "args": ["@iris-eval/mcp-server"]. To enable the web dashboard, run npx @iris-eval/mcp-server --dashboard and open http://localhost:6920. Iris also supports global npm install, Docker, and HTTP transport with optional API key authentication.
Key features of Iris
- Hierarchical trace logging with per-tool costs in USD
- 12 built-in output evaluation rules (completeness, relevance, safety, cost)
- Real-time web dashboard with dark-mode UI
- Cost visibility with aggregate reports and budget thresholds
- Custom eval rules using Zod schemas
- SQLite storage, queryable instantly
Use cases of Iris
- Detect PII leakage or hallucinated answers in agent responses
- Monitor and control per-query costs across multiple agents
- Evaluate agent output quality against custom rules
- Debug inefficient tool-calling patterns in production agents
FAQ from Iris
What runtimes or dependencies does Iris require?
Iris requires Node.js (to run via npx or npm). It also supports Docker deployment.
Where does Iris store its data?
Iris stores logs and evaluations in a local SQLite database, defaulting to ~/.iris/iris.db.
What transport modes does Iris support?
Iris supports both stdio (default) and http transport. The HTTP mode can be secured with an API key, CORS restrictions, and rate limiting.
Is there a cloud version of Iris?
A cloud tier with PostgreSQL, team dashboards, and alerting is coming soon. Self-hosted Iris runs entirely on your machine.
How does Iris handle authentication and security?
When using HTTP transport, Iris supports API key authentication (timing-safe comparison), CORS restricted to localhost by default, rate limiting, Helmet security headers, and Zod input validation.
开发工具 分类下的更多 MCP 服务器
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Grafana MCP server
grafanaMCP server for Grafana
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
评论