We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypothesi/mcp-server-tauri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
## Default Permission
Default permissions for MCP Bridge plugin
#### This default permission set includes the following:
- `allow-capture-native-screenshot`
- `allow-emit-event`
- `allow-execute-command`
- `allow-execute-js`
- `allow-get-backend-state`
- `allow-get-ipc-events`
- `allow-get-window-info`
- `allow-list-windows`
- `allow-report-ipc-event`
- `allow-request-script-injection`
- `allow-script-result`
- `allow-start-ipc-monitor`
- `allow-stop-ipc-monitor`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`mcp-bridge:allow-capture-native-screenshot`
</td>
<td>
Enables the capture_native_screenshot command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-capture-native-screenshot`
</td>
<td>
Denies the capture_native_screenshot command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-emit-event`
</td>
<td>
Enables the emit_event command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-emit-event`
</td>
<td>
Denies the emit_event command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-execute-command`
</td>
<td>
Enables the execute_command command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-execute-command`
</td>
<td>
Denies the execute_command command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-execute-js`
</td>
<td>
Enables the execute_js command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-execute-js`
</td>
<td>
Denies the execute_js command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-get-backend-state`
</td>
<td>
Enables the get_backend_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-get-backend-state`
</td>
<td>
Denies the get_backend_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-get-ipc-events`
</td>
<td>
Enables the get_ipc_events command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-get-ipc-events`
</td>
<td>
Denies the get_ipc_events command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-get-window-info`
</td>
<td>
Enables the get_window_info command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-get-window-info`
</td>
<td>
Denies the get_window_info command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-list-windows`
</td>
<td>
Enables the list_windows command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-list-windows`
</td>
<td>
Denies the list_windows command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-report-ipc-event`
</td>
<td>
Enables the report_ipc_event command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-report-ipc-event`
</td>
<td>
Denies the report_ipc_event command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-request-script-injection`
</td>
<td>
Enables the request_script_injection command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-request-script-injection`
</td>
<td>
Denies the request_script_injection command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-script-result`
</td>
<td>
Enables the script_result command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-script-result`
</td>
<td>
Denies the script_result command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-start-ipc-monitor`
</td>
<td>
Enables the start_ipc_monitor command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-start-ipc-monitor`
</td>
<td>
Denies the start_ipc_monitor command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:allow-stop-ipc-monitor`
</td>
<td>
Enables the stop_ipc_monitor command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`mcp-bridge:deny-stop-ipc-monitor`
</td>
<td>
Denies the stop_ipc_monitor command without any pre-configured scope.
</td>
</tr>
</table>