We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/remotebrowser/mcp-getgather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<?xml version="1.0"?>
<JWM>
<!-- Window style -->
<WindowStyle>
<Font>Sans-10</Font>
<Width>2</Width>
<Height>24</Height>
<Active>
<Text>white</Text>
<Title>#2d7dff</Title>
<Outline>#2d7dff</Outline>
<Background>#0078d7</Background>
</Active>
<Inactive>
<Text>#aaaaaa</Text>
<Title>#333333</Title>
<Outline>#444444</Outline>
<Background>#222222</Background>
</Inactive>
</WindowStyle>
<!-- Menu style (Start menu look) -->
<MenuStyle>
<Font>Sans-10</Font>
<Foreground>white</Foreground>
<Background>#2b2b2b</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#0078d7</ActiveBackground>
<Outline>#444444</Outline>
</MenuStyle>
<!-- Taskbar / Tray -->
<TrayStyle>
<Font>Sans-10</Font>
<Background>#1c1c1c</Background>
<Foreground>white</Foreground>
</TrayStyle>
<TaskListStyle>
<Font>Sans-10</Font>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#0078d7</ActiveBackground>
<Foreground>#cccccc</Foreground>
<Background>#2b2b2b</Background>
</TaskListStyle>
<ClockStyle>
<Font>Sans-10</Font>
<Foreground>white</Foreground>
<Background>#1c1c1c</Background>
</ClockStyle>
<!-- Start menu -->
<RootMenu onroot="1" labeled="true" label="Start">
<Program label="Chromium (system)">/usr/bin/chromium --no-sandbox</Program>
<Program label="Chromium (Patchright)">/opt/ms-playwright/chromium-1169/chrome-linux/chrome --no-sandbox</Program>
<Program label="Terminal">xterm</Program>
<Exit label="Shut Down"/>
</RootMenu>
<!-- Taskbar -->
<Tray x="0" y="-1" height="32" autohide="false">
<TrayButton label=" Start ">root:1</TrayButton>
<TaskList maxwidth="256"/>
<Dock/>
<Clock format="%H:%M"/>
</Tray>
</JWM>