AI Commander
AI Commander
AI Commander gives AI agents secure remote access to computers you control. It can inspect machine availability, run shell commands, manage detached background jobs, capture opted-in desktop screenshots, and transfer files without exposing SSH or opening inbound ports.
This public repository contains:
the open-source AI Commander plugin for Cursor;
signed application release artifacts and their checksums through GitHub Releases.
It does not contain the proprietary source code of the AI Commander desktop application, machine agent, or hosted relay service.
Cursor plugin
The plugin connects Cursor to the hosted Streamable HTTP MCP endpoint:
https://aicommander.dev/mcpCursor starts the OAuth flow when account access is needed. After signing in, the plugin can work with machines linked to that AI Commander account. Tool calls that execute commands, stop jobs, or write files can change or delete data on the selected machine; review the target and requested action before approving them in Cursor.
Installing the plugin is free. The hosted AI Commander service provides a Free plan and optional paid Pro features; current plan limits and purchase terms are described on the public privacy-and-terms page linked below.
Test locally
Clone this repository into
~/.cursor/plugins/local/aicommander.In Cursor, run Developer: Reload Window.
Open Settings → Plugins → Installed and confirm that AI Commander is present.
Ask: “List my AI Commander machines and show which are online.”
Complete OAuth when Cursor opens the AI Commander sign-in page.
The plugin consists of the manifest at
.cursor-plugin/plugin.json, the MCP configuration at mcp.json, and the
marketplace logo at assets/logo.png. Its version is independent of desktop,
agent, and hosted-service release numbers.
Related MCP server: terminal-mcp
Downloads
Latest installers: https://aicommander.dev/ or GitHub Releases
Machine-readable release metadata: https://aicommander.dev/dist/latest
Immutable versioned artifacts:
https://aicommander.dev/dist/v/<version>/
Verifying downloads
Every release ships a SHA256SUMS manifest covering all artifacts.
macOS: DMG, PKG, and ZIP artifacts are Apple Developer ID signed and notarized. Verify checksums with
shasum -a 256 -c SHA256SUMS.Windows: the NSIS installer is Authenticode-signed. Verify its checksum with
certutil -hashfile AICommander-Setup.exe SHA256.Linux agent: detached Ed25519 signatures and
.sha256files are published alongside the binary. The documented install flow verifies them before running anything with elevated privileges.
Documentation and support
Documentation: https://aicommander.dev/docs/
Setup guide: https://aicommander.dev/howto/
Privacy policy and terms: https://aicommander.dev/privacy/
Support: support@coderai.dev
Issues and questions: use this repository's issue tracker.
License scope
The Cursor plugin manifest and MCP configuration in this repository are available under the MIT License. AI Commander trademarks, release binaries, desktop and agent applications, and the hosted service are not relicensed by that grant and remain subject to their applicable product terms.
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceGive hands to AI. MCP server to run shell commands securely, auditably, and on demand.99GPL 3.0
- FlicenseNot gradedqualityNot gradedmaintenanceA secure and pluggable MCP server to run terminal commands on your local machine or cloud server — remotely, safely, and with LLMs or agentic clients.
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to securely control a remote Windows/Linux PC via MCP and REST, executing shell commands and driving coding-agent CLIs like Claude, Cursor, and Codex.

2ools MCP Serverofficial
AlicenseAqualityAmaintenanceRemote MCP server for 2ools—build, version, review, and export websites, web apps, and games from the AI chat you already use. This repository includes a credential-free stdio proxy and Dockerfile that forward introspection to the verified remote endpoint without mocking tools.43MIT
Related MCP Connectors
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AICommander-dev/aicommander'
If you have feedback or need assistance with the MCP directory API, please join our Discord server