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/howto/
개인정보 보호 정책 및 이용약관: https://aicommander.dev/privacy/
문제 및 질문: 이 리포지토리의 이슈 트래커를 사용하세요.
라이선스 범위
이 리포지토리의 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