# VS Code Github Copilot

## Prerequisites

* A prepared VSCode workplace with the file `.vscode/mcp.json` in the project directory.
* A Pending AI account (contact us at support`@pending.ai`)

## Setup Guide

{% stepper %}
{% step %}

### Navigate to your [**Connectors**](https://claude.ai/settings/connectors)

Once you are logged in with your Claude Pro account, navigate to your account's custom connectors via the bottom left menu <mark style="color:$primary;">**Settings > Connectors**</mark>.

<figure><img src="/files/bfTBKUCdEfk70PjfaYjI" alt="claudeai-connectors-page" width="563"><figcaption><p>Claude.ai account connectors settings</p></figcaption></figure>
{% endstep %}

{% step %}

### Add the Pending AI custom connector

Press <mark style="color:$primary;">**Add Custom Connector**</mark> and provide a name (such as "Pending AI") and set the Remote MCP server URL as `https://mcp.pending.ai/mcp` as shown in the image. Press <mark style="color:$primary;">**Add**</mark>.

<figure><img src="/files/pAsMLh9Y7jMZsCioORCM" alt="claudeai-add-custom-connector" width="563"><figcaption><p>Add the custom connector details</p></figcaption></figure>
{% endstep %}

{% step %}

### Authenticate with the Pending AI connector

Press <mark style="color:$primary;">**Connect**</mark> <i class="fa-up-right-from-square">:up-right-from-square:</i> to authenticate with the connector, you will be redirected to give consent for registering with the server, press <mark style="color:$primary;">**Allow Access**</mark> and login with your Pending AI account.

<figure><img src="/files/9dZ1avYLceGIfPVIpjhX" alt="server-consent-form" width="563"><figcaption><p>Allow access for the server to register your connector</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pending.ai/integrations/agentic-ai/mcp-server/connectors/vs-code-github-copilot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
