We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Outline API Configuration
OUTLINE_API_KEY=your_outline_api_key_here
# For self-hosted Outline
# OUTLINE_API_URL=https://your-outline-instance.example.com/api
# OUTLINE_DISABLE_AI_TOOLS=true # Disable AI tools (for instances without OpenAI)
# Access Control
# OUTLINE_READ_ONLY=true # Disable all write operations (search/read only)
# OUTLINE_DISABLE_DELETE=true # Disable delete operations only
# MCP Server Configuration
# MCP_TRANSPORT=stdio # Default: stdio (for direct process communication)
# MCP_TRANSPORT=sse # For HTTP/SSE deployments
# MCP_TRANSPORT=streamable-http # For HTTP with streamable transport
# MCP_HOST=0.0.0.0 # For Docker containers (accept external connections)
# MCP_PORT=3000 # Default: 3000 (for HTTP deployments)