Configure Glider with any MCP-compatible client.
Most MCP clients use stdio transport. Configure with:
{
"mcpServers": {
"glider": {
"command": "glider",
"args": []
}
}
}For clients that require HTTP (like Codex):
# Start Glider in HTTP mode
glider --transport http
# Then configure your client to connect to:
# http://localhost:5001/mcp# Custom port for HTTP transport
glider --transport http --port 8080