---
title: Copilot Coding Agent
description: Install Docfork MCP in GitHub Copilot Coding Agent
---
Add the following configuration to Repository->Settings->Copilot->Coding agent->MCP configuration:
```json theme={null}
{
"mcpServers": {
"docfork": {
"type": "http",
"url": "https://mcp.docfork.com/mcp",
"headers": {
"DOCFORK_API_KEY": "YOUR_API_KEY"
},
"tools": ["query-docs", "resolve-library-id"]
}
}
}
```
See the [official GitHub documentation](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp) for more info.