MCP Server
Cmd+Ctrl provides an MCP server that lets AI agents interact with your sessions programmatically.
Configuration
Add to your MCP client config:
json
{
"mcpServers": {
"Cmd+Ctrl": {
"url": "https://api.cmd-ctrl.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Getting Your API Token
- Open app.cmd-ctrl.ai
- Go to Settings → API Tokens
- Create a new token and copy it
Available Tools
Once configured, Claude can:
- List your agent sessions
- Start new sessions on your devices
- Send messages to existing sessions
- List your registered devices and projects
