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

# Connect Stardrift to VS Code

> Add the Stardrift MCP server to VS Code for GitHub Copilot agent mode, then sign in with your Stardrift account.

Stardrift's MCP endpoint is `https://stardrift.ai/mcp`. MCP servers in VS Code run inside GitHub Copilot's agent mode.

<Card title="Install in VS Code" icon="download" href="https://vscode.dev/redirect/mcp/install?name=stardrift&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fstardrift.ai%2Fmcp%22%7D">
  Opens VS Code and adds the Stardrift server.
</Card>

## Manual setup

Run **MCP: Add Server** from the Command Palette, choose **HTTP**, enter `https://stardrift.ai/mcp` and name it `stardrift`. Or add it to `.vscode/mcp.json` in a workspace:

```json theme={null}
{
  "servers": {
    "stardrift": {
      "type": "http",
      "url": "https://stardrift.ai/mcp"
    }
  }
}
```

Start the server from the `mcp.json` editor or the Extensions view. VS Code asks to allow authentication, then opens your browser: sign in to Stardrift and approve the permissions.

## Try it

In agent mode, ask Copilot to “list my Stardrift trips” or “move the Louvre visit to day three, same time”. See [Tools](/tools) for the catalog.
