What is the io.github.iris-eval/mcp-server MCP server?
The agent eval standard for MCP. Score every agent output for quality, safety, and cost.
How to install io.github.iris-eval/mcp-server
Copy-paste configuration for popular MCP clients.
IRIS_API_KEYsecretAPI key for HTTP authentication (optional, recommended for production)
IRIS_DB_PATHSQLite database path
IRIS_LOG_LEVELLog level: debug, info, warn, error
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@iris-eval/mcp-server"
],
"env": {
"IRIS_API_KEY": "<YOUR_IRIS_API_KEY>",
"IRIS_DB_PATH": "<YOUR_IRIS_DB_PATH>",
"IRIS_LOG_LEVEL": "<YOUR_IRIS_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@iris-eval/mcp-server"
],
"env": {
"IRIS_API_KEY": "<YOUR_IRIS_API_KEY>",
"IRIS_DB_PATH": "<YOUR_IRIS_DB_PATH>",
"IRIS_LOG_LEVEL": "<YOUR_IRIS_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@iris-eval/mcp-server"
],
"env": {
"IRIS_API_KEY": "<YOUR_IRIS_API_KEY>",
"IRIS_DB_PATH": "<YOUR_IRIS_DB_PATH>",
"IRIS_LOG_LEVEL": "<YOUR_IRIS_LOG_LEVEL>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@iris-eval/mcp-server"
],
"env": {
"IRIS_API_KEY": "<YOUR_IRIS_API_KEY>",
"IRIS_DB_PATH": "<YOUR_IRIS_DB_PATH>",
"IRIS_LOG_LEVEL": "<YOUR_IRIS_LOG_LEVEL>"
}
}
}
}claude mcp add mcp-server --env IRIS_API_KEY=<YOUR_IRIS_API_KEY> --env IRIS_DB_PATH=<YOUR_IRIS_DB_PATH> --env IRIS_LOG_LEVEL=<YOUR_IRIS_LOG_LEVEL> -- npx -y @iris-eval/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.