We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stonehill-2345/mcp-autogui-multinode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ENVIRONMENT=development
# AuthToken
API_KEY = 123456
API_KEY_ENABLED = false
# Server configuration
HOST=127.0.0.1
PORT=8000
RELOAD=true
# MCP configuration
MCP_HOST=127.0.0.1
MCP_PORT=8001
# http,streamable-http,sse
MCP_TRANSPORT=http
MCP_REMOTE=false
# Computer control configuration
# Step size for mouse drag operations
DRAG_STEP=30
# Interval between mouse operations in seconds
MOUSE_OPERATE_INTERVAL=0.1
# Scale factor for scroll amount
SCROLL_SCALE=100