<!-- page:43490 -->
# Connect GitHub Copilot Chat to Wikilayer

<!-- block:43491 -->
## Copilot Free

Install [Visual Studio Code](https://code.visualstudio.com/) and its [GitHub Copilot extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot), then sign in with GitHub. Copilot Free is enough to connect an MCP server; conversations use its included credits.

![Copilot Free active with credits available](https://wikilayer.org/s/images/2982/22dec3748166378a73bcc78aeffa7b0d.jpg)

<!-- block:43492 -->
## Add the server

Open the Command Palette with `Cmd+Shift+P`, run **MCP: Add Server**, and choose **HTTP (HTTP or Server-Sent Events)**.

![MCP: Add Server in the Command Palette](https://wikilayer.org/s/images/2982/bda564ab0442c1a3778e27a9ab23cd82.jpg)

![HTTP selected as the MCP server type](https://wikilayer.org/s/images/2982/7a41a75386705bfb1f70d4665034f57e.jpg)

Enter the Wikilayer MCP URL:

```text
https://wikilayer.org/mcp
```

![The Wikilayer MCP URL in VS Code](https://wikilayer.org/s/images/2982/d6d6ac6fd54b99475d7c88d3df758846.jpg)

Use `WikiLayer` as the Server ID.

![WikiLayer entered as the Server ID](https://wikilayer.org/s/images/2982/f81e43025ead4763182fbe50d97bafaf.jpg)

<!-- block:43493 -->
## Authorize access

VS Code asks whether the MCP server may authenticate to Wikilayer. Press **Allow**, sign in to Wikilayer in the browser, and approve access.

![VS Code asking permission to authenticate to Wikilayer](https://wikilayer.org/s/images/2982/1ebadd33d74a8c56f19aacbacf849342.jpg)

<!-- block:43494 -->
## Check the server

VS Code opens its user `mcp.json`. The CodeLens above `WikiLayer` should show **Running** and a tool count.

![WikiLayer running in the VS Code MCP configuration](https://wikilayer.org/s/images/2982/f3a06694bb7ad43455bdd5897e2f291a.jpg)

<!-- block:43495 -->
## What's next

Try [a first question](block:5548) in Copilot Chat's **Agent** mode. When Copilot calls **List wikis — WikiLayer (MCP Server)**, the connection is working.

![Copilot Chat calling the WikiLayer list wikis tool](https://wikilayer.org/s/images/2982/0f074dee52848bd129ea789f15bd7716.jpg)

---

## Links here

- [Set up MCP](page:4400)
