Skip to content

[mcp-stress-test] EverArt MCP Server requires API credentials #653

@github-actions

Description

@github-actions

MCP Server Authentication Required: EverArt

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

Test Details

  • Test Session: stress-test-20260204-180602
  • Test Date: 2026-02-04T18:06:02Z
  • Server Container: mcp/everart

Required Authentication Token

Environment Variable: EverArt API credentials (specific variable name TBD)

Token Type: API Key or Auth Token

How to Obtain:

  1. Visit: (everart.ai/redacted) (or relevant EverArt API portal)
  2. Create an account or sign in
  3. Generate API credentials
  4. Add to repository secrets

Suggested Configuration

Add the following to your MCP Gateway configuration (adjust env var names as needed):

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

Next Steps

  • Research EverArt API authentication requirements
  • Obtain API credentials
  • Determine correct environment variable names
  • Add credentials to repository secrets
  • Update stress test configuration
  • Verify server works in next nightly test

Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602

AI generated by Nightly MCP Server Stress Test

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions