← Back to Plugins
MCP Server MCP

io.github.iris-eval/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...