← Index

io.github.iris-eval/mcp-server

io.github.iris-eval/mcp-server·v0.4.0·Other
Quality Score
80
/100

The agent eval standard for MCP. Score every agent output for quality, safety, and cost.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@iris-eval/mcp-server"
      ],
      "env": {
        "IRIS_API_KEY": "<your-iris_api_key>",
        "IRIS_DB_PATH": "<iris_db_path>",
        "IRIS_LOG_LEVEL": "<iris_log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@iris-eval/mcp-server"
      ],
      "env": {
        "IRIS_API_KEY": "<your-iris_api_key>",
        "IRIS_DB_PATH": "<iris_db_path>",
        "IRIS_LOG_LEVEL": "<iris_log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @iris-eval/mcp-server
§02  Environment variables
IRIS_API_KEY
secret

API key for HTTP authentication (optional, recommended for production)

IRIS_DB_PATH

SQLite database path

IRIS_LOG_LEVEL

Log level: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other