MCP Server
MCP
io.github.iris-eval/mcp-server
The agent eval standard for MCP. Score every agent output for quality, safety, and cost.
Install
npx -y @iris-eval/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@iris-eval/mcp-server",
"version": "0.4.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for HTTP authentication (optional, recommended for production)",
"format": "string",
"isSecret": true,
"name": "IRIS_API_KEY"
},
{
"description": "SQLite database path",
"format": "string",
"name": "IRIS_DB_PATH"
},
{
"description": "Log level: debug, info, warn, error",
"format": "string",
"name": "IRIS_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment