We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/worksona/-worksona-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Worksona MCP Server Environment Configuration
# Path to the worksona-teams repository (required)
# Can be absolute or relative path
WORKSONA_TEAMS_PATH=/path/to/worksona-teams
# Environment mode
NODE_ENV=production
# Logging configuration
LOG_LEVEL=info
# Agent configuration
MAX_AGENTS=100
MEMORY_LIMIT=1000
# Server configuration
SERVER_NAME=worksona-agents
SERVER_VERSION=1.0.0
# Performance tuning
AGENT_TIMEOUT_MS=30000
WORKFLOW_TIMEOUT_MS=300000
# Debug settings (development only)
# DEBUG=worksona:*
# VERBOSE_LOGGING=true