We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sonirico/mcp-stockfish'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Server Configuration
MCP_STOCKFISH_SERVER_NAME=mcp-stockfish ♟️
MCP_STOCKFISH_SERVER_MODE=stdio
# HTTP Server Configuration (when mode=http)
MCP_STOCKFISH_HTTP_HOST=localhost
MCP_STOCKFISH_HTTP_PORT=8080
MCP_STOCKFISH_HTTP_CORS=true
# Stockfish Configuration
MCP_STOCKFISH_PATH=stockfish
MCP_STOCKFISH_MAX_SESSIONS=10
MCP_STOCKFISH_SESSION_TIMEOUT=30m
MCP_STOCKFISH_COMMAND_TIMEOUT=30s
# Logging Configuration
MCP_STOCKFISH_LOG_LEVEL=info
MCP_STOCKFISH_LOG_FORMAT=console
MCP_STOCKFISH_LOG_OUTPUT=stderr