Skip to content

[mcp-stress-test] EverArt MCP Server requires authentication #748

Description

@github-actions

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

Test Details

  • Test Session: stress-test-20260206-032648
  • Test Date: 2026-02-06T03:26:58Z
  • Server Container: mcp/everart

Issue

The EverArt MCP server did not expose any tools through the gateway, indicating it requires authentication credentials that were not provided in the configuration.

Required Authentication

Environment Variable: EVERART_API_KEY (or similar)

Token Type: EverArt API credentials

How to Obtain:

  1. Visit the EverArt platform
  2. Create an account or sign in
  3. Navigate to API settings or developer section
  4. Generate API credentials
  5. Add credentials to repository secrets as EVERART_API_KEY

Note: The exact environment variable name and authentication method may vary. Please consult the EverArt MCP server documentation for specific requirements.

Suggested Configuration

Add the following environment variable to your EverArt MCP server configuration:

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

Next Steps

  • Consult EverArt MCP server documentation
  • Obtain required credentials
  • Add credentials to repository secrets
  • Update MCP Gateway configuration
  • Verify server works in next nightly test

Generated by Nightly MCP Stress Test
Test Session: stress-test-20260206-032648

AI generated by Nightly MCP Server Stress Test

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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