Skip to content

Commit 8b73b34

Browse files
authored
Merge pull request modelcontextprotocol#947 from timrogers/patch-1
Add "GitHub Copilot coding agent" to "Example Clients"
2 parents 7b21329 + bd76f0f commit 8b73b34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/clients.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This page provides an overview of applications that support the Model Context Pr
4242
| [Glama][Glama] |||||||| Supports tools. |
4343
| [Gemini CLI][Gemini CLI] |||||||| Supports tools. |
4444
| [GenAIScript][GenAIScript] |||||||| Supports tools. |
45+
| [GitHub Copilot coding agent][GitHubCopilotCodingAgent] |||||||| Supports tools. |
4546
| [Goose][Goose] |||||||| Supports tools. |
4647
| [gptme][gptme] |||||||| Supports tools. |
4748
| [HyperAgent][HyperAgent] |||||||| Supports tools. |
@@ -127,6 +128,7 @@ This page provides an overview of applications that support the Model Context Pr
127128
[Gemini CLI]: https://goo.gle/gemini-cli
128129
[Genkit]: https://github.com/firebase/genkit
129130
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
131+
[GitHubCopilotCodingAgent]: https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/about-copilot-coding-agent
130132
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
131133
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
132134
[Kilo Code]: https://github.com/Kilo-Org/kilocode
@@ -518,6 +520,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
518520
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
519521
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
520522

523+
### GitHub Copilot coding agent
524+
525+
Delegate tasks to [GitHub Copilot coding agent](https://docs.github.com/en/copilot/concepts/about-copilot-coding-agent) and let it work in the background while you stay focused on the highest-impact and most interesting work
526+
527+
**Key features:**
528+
529+
- Delegate tasks to Copilot from GitHub Issues, Visual Studio Code, GitHub Copilot Chat or from your favorite MCP host using the GitHub MCP Server
530+
- Tailor Copilot to your project by [customizing the agent's development environment](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/customizing-the-development-environment-for-copilot-coding-agent#preinstalling-tools-or-dependencies-in-copilots-environment) or [writing custom instructions](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks#adding-custom-instructions-to-your-repository)
531+
- [Augment Copilot's context and capabilities with MCP tools](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp), with support for both local and remote MCP servers
532+
521533
### gptme
522534

523535
[gptme](https://github.com/gptme/gptme) is a open-source terminal-based personal AI assistant/agent, designed to assist with programming tasks and general knowledge work.

0 commit comments

Comments
 (0)