Skip to content

[mcp-stress-test] everart requires EVERART_API_KEY authentication #839

@github-actions

Description

@github-actions

The nightly stress test detected that the everart MCP server requires authentication to function properly.

Test Details

  • Test Session: stress-test-20260208-034257
  • Test Date: 2026-02-08T03:42:57Z
  • Server Container: mcp/everart

Required Authentication Token

Environment Variable: EVERART_API_KEY

Token Type: API Key

How to Obtain:

  1. Sign up for EverArt service
  2. Navigate to account settings
  3. Generate API key
  4. Add to repository secrets as EVERART_API_KEY

Error Message

EVERART_API_KEY environment variable is not set

Suggested Configuration

Add the following to your MCP Gateway configuration:

{
  "everart": {
    "type": "stdio",
    "container": "mcp/everart",
    "env": {
      "EVERART_API_KEY": "${EVERART_API_KEY}"
    }
  }
}

Next Steps

  • Obtain EVERART_API_KEY token
  • Add token to repository secrets
  • Update stress test configuration
  • Verify server works in next nightly test

Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257

AI generated by Nightly MCP Server Stress Test

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions