Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IRIS_PORTNoHTTP port3000
IRIS_API_KEYNoAPI key for HTTP authentication
IRIS_DB_PATHNoDatabase path~/.iris/iris.db
IRIS_DASHBOARDNoEnable dashboard (true/false)false
IRIS_LOG_LEVELNoLog level: debug, info, warn, error
IRIS_TRANSPORTNoTransport type (stdio or http)stdio
IRIS_ALLOWED_ORIGINSNoComma-separated allowed CORS origins

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
dashboard-summaryDashboard summary with key metrics and trends
trace-detailFull 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