AI Commander
AI Commander
AI Commander は、あなたが管理するコンピュータへの安全なリモートアクセスを AI エージェントに提供します。SSH を公開したり、受信ポートを開放したりすることなく、マシンの可用性の確認、シェルコマンドの実行、切り離されたバックグラウンドジョブの管理、オプトインによるデスクトップのスクリーンショット取得、ファイル転送を行うことができます。
この公開リポジトリには、以下のものが含まれます:
オープンソースの Cursor 用 AI Commander プラグイン。
GitHub Releases を通じて配布される、署名済みアプリケーションのリリース成果物とそのチェックサム。
AI Commander デスクトップアプリケーション、マシンエージェント、ホスト型リレーサービスのプロプライエタリなソースコードは含まれていません。
Cursor プラグイン
このプラグインは、Cursor をホスト型 Streamable HTTP MCP エンドポイントに接続します:
https://aicommander.dev/mcpアカウントアクセスが必要になると、Cursor が OAuth フローを開始します。サインイン後、プラグインはその AI Commander アカウントにリンクされたマシンを操作できるようになります。コマンドを実行したり、ジョブを停止したり、ファイルを書き込んだりするツール呼び出しは、選択したマシン上のデータを変更または削除する可能性があります。Cursor で承認する前に、対象と要求された操作を確認してください。
プラグインのインストールは無料です。ホスト型 AI Commander サービスには、Free プランと、オプションの有料 Pro 機能があります。現在のプラン上限と購入条件は、下記にリンクされている公開プライバシー・利用規約ページに記載されています。
ローカルでテストする
このリポジトリを
~/.cursor/plugins/local/aicommanderにクローンしてください。Cursor で Developer: Reload Window を実行してください。
Settings → Plugins → Installed を開き、AI Commander が存在することを確認してください。
「AI Commander のマシンを一覧表示し、オンラインのものを教えてください」と質問してください。
Cursor が AI Commander のサインインページを開いたら、OAuth を完了してください。
プラグインは、.cursor-plugin/plugin.json のマニフェスト、mcp.json の MCP 設定、assets/logo.png のマーケットプレイスロゴで構成されています。そのバージョンは、デスクトップ、エージェント、ホスト型サービスのリリース番号とは独立しています。
Related MCP server: terminal-mcp
ダウンロード
最新インストーラー: https://aicommander.dev/ または GitHub Releases
機械可読なリリースメタデータ: https://aicommander.dev/dist/latest
不変のバージョン付きアーティファクト:
https://aicommander.dev/dist/v/<version>/
ダウンロードの検証
すべてのリリースには、全アーティファクトを網羅する SHA256SUMS マニフェストが同梱されています。
macOS: DMG、PKG、ZIP アーティファクトは Apple Developer ID 署名および公証済みです。
shasum -a 256 -c SHA256SUMSでチェックサムを検証してください。Windows: NSIS インストーラーは Authenticode 署名済みです。
certutil -hashfile AICommander-Setup.exe SHA256でそのチェックサムを検証してください。Linux エージェント: 分離された Ed25519 署名と
.sha256ファイルがバイナリと併せて公開されています。ドキュメント記載のインストール手順では、特権を昇格して何かを実行する前にこれらを検証します。
ドキュメントとサポート
ドキュメント: https://aicommander.dev/docs/
セットアップガイド: https://aicommander.dev/howto/
プライバシーポリシーと利用規約: https://aicommander.dev/privacy/
サポート: support@coderai.dev
問題や質問: このリポジトリの issue トラッカーをご利用ください。
ライセンスの範囲
このリポジトリ内の Cursor プラグインマニフェストと MCP 設定は、MIT License のもとで利用可能です。AI Commander の商標、リリースバイナリ、デスクトップおよびエージェントアプリケーション、ホスト型サービスは、この許諾によって再ライセンスされるものではなく、該当する製品利用条件に引き続き従います。
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