We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SvenTern/mcp_email'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•2.17 KiB
# ClaudeCron MCP Server - Environment Configuration
# Copy this file to .env and fill in your values
# Protocol: MCP 2025-11-25
# Version: 2.0.0
# =============================================================================
# REQUIRED: Anthropic API Key
# =============================================================================
# Get your API key from: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# =============================================================================
# Server Configuration
# =============================================================================
PORT=3010
NODE_ENV=production
# Database path (SQLite)
CLAUDECRON_DB_PATH=/app/data/tasks.db
# =============================================================================
# Proxy Configuration (Optional)
# =============================================================================
# Required if Claude API is blocked in your region
# HTTP_PROXY=http://localhost:7897
# HTTPS_PROXY=http://localhost:7897
# =============================================================================
# Subagent Configuration
# =============================================================================
# Default mode: auto, mcp_client, claude_cli
SUBAGENT_DEFAULT_MODE=auto
# Timeout for subagent execution (seconds)
SUBAGENT_TIMEOUT=300
# Maximum turns for agentic loop
SUBAGENT_MAX_TURNS=10
# Claude model to use
CLAUDE_MODEL=claude-sonnet-4-5
# =============================================================================
# MCP Servers Configuration
# =============================================================================
# MCP servers are loaded from /app/config/mcp-servers.yaml
# Edit mcp-servers.yaml to add/remove MCP servers
# See mcp-servers.yaml.example for format
# =============================================================================
# Notification Configuration (Optional)
# =============================================================================
# Email MCP Server URL for sending notifications
NOTIFICATION_EMAIL_SERVER=https://mcp.svsfinpro.ru/email/mcp
# Default email account ID (from Email MCP Server)
# NOTIFICATION_EMAIL_ACCOUNT=