Skip to content

Commit bd76f0f

Browse files
authored
Add "GitHub Copilot coding agent" to "Example Clients"
...including key features and usage instructions.
1 parent aad03d0 commit bd76f0f

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
@@ -41,6 +41,7 @@ This page provides an overview of applications that support the Model Context Pr
4141
| [Genkit][Genkit] | ⚠️ ||||||| Supports resource list and lookup through tools. |
4242
| [Glama][Glama] |||||||| Supports tools. |
4343
| [GenAIScript][GenAIScript] |||||||| Supports tools. |
44+
| [GitHub Copilot coding agent][GitHubCopilotCodingAgent] |||||||| Supports tools. |
4445
| [Goose][Goose] |||||||| Supports tools. |
4546
| [gptme][gptme] |||||||| Supports tools. |
4647
| [HyperAgent][HyperAgent] |||||||| Supports tools. |
@@ -124,6 +125,7 @@ This page provides an overview of applications that support the Model Context Pr
124125
[Glama]: https://glama.ai/chat
125126
[Genkit]: https://github.com/firebase/genkit
126127
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
128+
[GitHubCopilotCodingAgent]: https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/about-copilot-coding-agent
127129
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
128130
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
129131
[Kilo Code]: https://github.com/Kilo-Org/kilocode
@@ -515,6 +517,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
515517
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
516518
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
517519

520+
### GitHub Copilot coding agent
521+
522+
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
523+
524+
**Key features:**
525+
526+
- Delegate tasks to Copilot from GitHub Issues, Visual Studio Code, GitHub Copilot Chat or from your favorite MCP host using the GitHub MCP Server
527+
- 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)
528+
- [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
529+
518530
### gptme
519531

520532
[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)