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

# VS Code

> Configure Ocoya MCP for VS Code and GitHub Copilot Agent mode.

# Connect VS Code to Ocoya MCP

Use VS Code's MCP server command, or create `.vscode/mcp.json`:

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

Switch Copilot Chat to Agent mode before asking it to use Ocoya tools.

```txt theme={null}
List my Ocoya workspaces.
```

If the server does not appear, restart VS Code and confirm your version supports MCP servers.
