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

# VS Code

> Connect Visual Studio Code to your Givebutter account.

Add Givebutter to your VS Code MCP configuration:

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

VS Code will open the Givebutter sign-in to complete authorization.

See [How connecting works](/ai-connections/connect/overview) for the sign-in flow and troubleshooting.
