iris-eval/mcp-server
by iris-eval
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IRIS_PORT | No | HTTP port | 3000 |
| IRIS_API_KEY | No | API key for HTTP authentication | |
| IRIS_DB_PATH | No | Database path | ~/.iris/iris.db |
| IRIS_DASHBOARD | No | Enable dashboard (true/false) | false |
| IRIS_LOG_LEVEL | No | Log level: debug, info, warn, error | |
| IRIS_TRANSPORT | No | Transport type (stdio or http) | stdio |
| IRIS_ALLOWED_ORIGINS | No | Comma-separated allowed CORS origins |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| log_trace | Log an agent execution trace with spans, tool calls, and metrics |
| evaluate_output | Evaluate agent output quality using configurable rules |
| get_traces | Query stored traces with filters, pagination, and optional summary stats |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| dashboard-summary | Dashboard summary with key metrics and trends |
| trace-detail | Full trace detail with spans and evaluation results |
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/iris-eval/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server