We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-wes/claude-symphony-of-one-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•603 B
# Symphony of One MCP Configuration
# Hub server URL (where the central coordinator runs)
CHAT_SERVER_URL=http://localhost:3000
# Port for the hub server to listen on
PORT=3000
# Shared workspace directory (absolute path recommended)
SHARED_DIR=./shared
# Data directory for persistent storage (logs, database, etc.)
DATA_DIR=./data
# Agent display name (for MCP server instances)
AGENT_NAME=Claude-Agent-1
# Logging configuration
LOG_LEVEL=info
# Additional configuration options
# MAX_FILE_SIZE=10485760
# MAX_MESSAGE_HISTORY=1000
# NOTIFICATION_RETENTION_DAYS=30
# MEMORY_CLEANUP_INTERVAL=3600