We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/franlealp1/mcp-word'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Transport Configuration
# Valid options: stdio, streamable-http, sse
MCP_TRANSPORT=stdio
# HTTP/SSE Configuration (when not using stdio)
MCP_HOST=127.0.0.1
MCP_PORT=8000
# Streamable HTTP specific
MCP_PATH=/mcp
# SSE specific
MCP_SSE_PATH=/sse