-
-
Notifications
You must be signed in to change notification settings - Fork 6
Integrations Agents
Tuck edited this page Jun 28, 2026
·
2 revisions
Deskbrid v1.0.0 exposes desktop control to AI coding agents through the MCP
server, or directly by sending actions over the daemon socket. The daemon is
the source of truth for available actions; see API.md for the
canonical action map.
deskbrid daemon
deskbrid mcpClients connect over stdin/stdout.
deskbrid daemon --mcp-port 20129Clients connect to tcp://localhost:20129.
Claude Desktop:
{
"mcpServers": {
"deskbrid": {
"command": "deskbrid",
"args": ["mcp"]
}
}
}Cursor:
{
"mcpServers": {
"deskbrid": {
"command": "deskbrid",
"args": ["mcp"]
}
}
}- Elevated or sensitive actions flow through the dashboard challenge / confirmation UI unless explicitly allowed by policy.
- Use the
require_confirmation/ confirmation flow to review uncertain agent actions before dispatch. - Policy enforcement mirrors socket authentication; the safer path is via
confirm.challenge/confirm.resolve, not by passing extra permissions over the wire.
Review agent actions via the dashboard or audit log:
deskbrid audit_log- Accessibility
- Apps
- Audio
- Backlight (LED driver)
- Bluetooth
- Clipboard
- Color Picker
- Desktop Portal
- Desktop Settings
- Files
- Hotkeys
- Input
- Keyboard Layouts
- Media (MPRIS)
- Monitors
- Network
- Notifications
- Print (CUPS)
- Screenshots
- Screen Recording
- Screencast
- Self-Update
- System
- System Tray
- Systemd Units & Timers
- Terminals (PTY)
- Windows & Workspaces