# The transport for the MCP server - either 'sse' or 'stdio'
TRANSPORT=sse
# Host to bind to if using sse as the transport (ignored if using stdio)
HOST=0.0.0.0
# Port to listen on if using sse as the transport (ignored if using stdio)
PORT=8050
# Path to the tasks file (defaults to tasks.json in the current directory)
TASKS_FILE=tasks.json
# Uncomment and change the transport to use stdio instead
# TRANSPORT=stdio
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/danielscholl/backlog-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server