We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SMGoro/mcsm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•1.24 KiB
# MCSManager MCP Server - Test Environment Variables
# Copy this file to test/.env and fill in your actual values
# ==================== Required Variables ====================
# MCSManager API Key (REQUIRED)
# Get from: MCSManager Panel → User Settings → API Key
MCSM_API_KEY=d3f467e1aaed4481b6e83043dbc4bbab # your_api_key_here
# ==================== Optional Variables ====================
# MCSManager API URL
# Use the frontend panel address (default port 23333)
# NOT the backend daemon port (24444)
# Default: http://localhost:23333
MCSM_API_URL=http://192.168.9.121:23333
# HTTP Test Server Port
# Port for HTTP/SSE mode testing
# Default: 3010
TEST_PORT=3010
# ==================== Test Configuration ====================
# Enable verbose logging during tests (true/false)
# Default: false
TEST_VERBOSE=false
# Test timeout in milliseconds
# Default: 30000 (30 seconds)
TEST_TIMEOUT=30000
# ==================== Example Configurations ====================
# Local Development:
# MCSM_API_URL=http://localhost:23333
# MCSM_API_KEY=your_local_dev_key
# Remote Server:
# MCSM_API_URL=http://192.168.9.121:23333
# MCSM_API_KEY=your_remote_server_key
# Production:
# MCSM_API_URL=https://mcsm.example.com
# MCSM_API_KEY=your_production_key