> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect VS Code

> Add the JobMojito MCP server to VS Code (Copilot agent mode) and authorize it over OAuth.

Add JobMojito to [VS Code](https://code.visualstudio.com) so Copilot's agent mode can create interviews, invite candidates, and review results.

**Endpoint:** `https://jobmojito.fastmcp.app/mcp` · **Auth:** OAuth (no API key).

<Steps>
  <Step title="Add the server">
    Create `.vscode/mcp.json` in your workspace (or add to your user settings):

    ```json theme={null}
    {
      "servers": {
        "jobmojito": {
          "type": "http",
          "url": "https://jobmojito.fastmcp.app/mcp"
        }
      }
    }
    ```

    You can also run **MCP: Add Server** from the Command Palette and choose an HTTP server.
  </Step>

  <Step title="Start & authorize">
    Start the server from the `mcp.json` editor (**Start**) or via **MCP: List Servers**. VS Code opens the JobMojito OAuth sign-in; approve access.
  </Step>

  <Step title="Use it">
    Open Chat in **Agent** mode and try *"List my JobMojito interviews."* The JobMojito tools appear in the tools picker.
  </Step>
</Steps>

<Note>
  MCP support requires GitHub Copilot with agent mode enabled in VS Code.
</Note>

## Next steps

* [Identifiers & admin links](/mcp/identifiers) — get the ids right.
* [Tools reference](/mcp/tools) — the full tool inventory.
