Skip to main content
Glama

Dynamic Excel MCP Server

by nam090320251
.env.exampleโ€ข646 B
# Transport Mode TRANSPORT_MODE=stdio # 'stdio' for local, 'http' for remote HTTP/SSE server # HTTP Server (when TRANSPORT_MODE=http) HTTP_PORT=3000 HTTP_HOST=0.0.0.0 ALLOWED_ORIGINS=* # Comma-separated origins, or * for all (e.g., "https://app.example.com,https://admin.example.com") API_KEY= # Optional: Set API key for authentication # Storage STORAGE_TYPE=s3 # or 'local' for development AWS_ACCESS_KEY_ID=your_access_key AWS_SECRET_ACCESS_KEY=your_secret_key AWS_REGION=ap-southeast-1 S3_BUCKET=your-excel-files-bucket # Server LOG_LEVEL=info MAX_FILE_SIZE_MB=50 PRESIGNED_URL_EXPIRY=3600 # Development DEV_STORAGE_PATH=./temp-files

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nam090320251/dynamic-excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server