Skip to main content
Glama

AI Commander

AI Commander 让 AI 代理能够安全地远程访问你控制的计算机。它可以检查机器可用性、运行 shell 命令、管理分离的后台任务、捕获用户选择加入的桌面截图,并在不暴露 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 功能;当前计划限制和购买条款在下方链接的公开隐私与条款页面中有说明。

本地测试

  1. 将此仓库克隆到 ~/.cursor/plugins/local/aicommander

  2. 在 Cursor 中,运行 Developer: Reload Window

  3. 打开 Settings → Plugins → Installed,确认 AI Commander 已出现。

  4. 询问:“列出我的 AI Commander 机器并显示哪些在线。”

  5. 当 Cursor 打开 AI Commander 登录页面时,完成 OAuth 流程。

该插件由 .cursor-plugin/plugin.json 中的清单、mcp.json 中的 MCP 配置以及 assets/logo.png 中的市场徽标组成。其版本与桌面应用、代理和托管服务的版本号相互独立。

Related MCP server: terminal-mcp

下载

验证下载

每个版本都附带一份涵盖所有产物的 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 文件。文档记载的安装流程会在以提升的权限运行任何内容之前验证它们。

文档与支持

许可范围

本仓库中的 Cursor 插件清单和 MCP 配置在 MIT License 下提供。AI Commander 商标、发布二进制文件、桌面应用和代理应用,以及托管服务不因该授权而被重新许可,并仍受其适用的产品条款约束。

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
2dRelease cycle
22Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Give hands to AI. MCP server to run shell commands securely, auditably, and on demand.
    99
    GPL 3.0
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A secure and pluggable MCP server to run terminal commands on your local machine or cloud server — remotely, safely, and with LLMs or agentic clients.
  • A
    license
    A
    quality
    A
    maintenance
    Remote 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.
    43
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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