copilot-cloud-agent-mcp

copilot-cloud-agent-mcp

Enables Claude or any MCP client to drive the GitHub Copilot cloud agent via its REST API, allowing it to research, edit, and open pull requests on repositories without manual intervention.

Category
访问服务器

README

copilot-cloud-agent-mcp

MCP server that lets Claude (or any MCP client) drive the GitHub Copilot cloud agent via its REST API. You give it a prompt and a repo, it spins up a Copilot session in the cloud that researches, edits, and (optionally) opens a pull request — all without you touching github.com.

Built against the public-preview agent-tasks API (version 2026-03-10).

What it can do

Tool Endpoint Purpose
create_task POST /agents/repos/{owner}/{repo}/tasks Kick off a new cloud-agent task
list_tasks GET /agents/[repos/.../]tasks List tasks (repo-scoped or global)
get_task GET /agents/[repos/.../]tasks/{task_id} Fetch one task + its sessions
wait_for_task (polls get_task) Block until task hits a terminal state
list_known_models Show model strings accepted by the API
get_org_permissions GET /orgs/{org}/copilot/coding-agent/permissions Read org cloud-agent setting
set_org_permissions PUT …/permissions Set all | selected | none
list_org_enabled_repos GET …/permissions/repositories List repos with access
set_org_selected_repos PUT …/permissions/repositories Replace selected-repos list
enable_repo_for_org PUT …/permissions/repositories/{id} Add one repo
disable_repo_for_org DELETE …/permissions/repositories/{id} Remove one repo

Auth

The agent-tasks endpoints require a user-to-server token:

  • classic personal access token,
  • fine-grained PAT with Agent tasks: read & write repo permission, or
  • OAuth user token.

GitHub App installation tokens are not accepted.

Token resolution order at runtime:

  1. GITHUB_TOKEN env var
  2. GH_TOKEN env var
  3. gh auth token (from the gh CLI)

Org-permission endpoints additionally need admin:org scope.

Install (Claude Code)

One command — uvx fetches the latest commit from GitHub on every launch:

claude mcp add copilot-cloud-agent --scope user -- \
  uvx --from git+https://github.com/fvegiard/copilot-cloud-agent-mcp.git \
  copilot-cloud-agent-mcp

Verify:

claude mcp list | grep copilot-cloud-agent
# → copilot-cloud-agent: uvx --from git+… - ✓ Connected

Install (Claude Desktop, Cursor, etc.)

Add to your client's mcpServers config:

{
  "mcpServers": {
    "copilot-cloud-agent": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/fvegiard/copilot-cloud-agent-mcp.git",
        "copilot-cloud-agent-mcp"
      ]
    }
  }
}

Quick example

Inside Claude, ask:

Using copilot-cloud-agent, start a task on fvegiard/learn-mcp with prompt "Add a CHANGELOG.md and update README to link to it", then wait for it to finish and tell me the PR URL.

Claude will call create_task, then wait_for_task, then pull artifacts[].data.global_id out of the final task object.

API reference

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选