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

# VS Code

> Connect social.plus to GitHub Copilot in VS Code via the MCP server.

Requires **VS Code 1.99+** with the **GitHub Copilot** extension.

<Steps>
  <Step title="Open Settings JSON">
    Press `⌘⇧P` (macOS) or `Ctrl+Shift+P` (Windows/Linux) and run **Preferences: Open User Settings (JSON)**.
  </Step>

  <Step title="Add the MCP server">
    Paste the following at the top level of your `settings.json`:

    ```json theme={null}
    {
      "mcp": {
        "servers": {
          "social-plus": {
            "type": "sse",
            "url": "https://learn.social.plus/mcp"
          }
        }
      }
    }
    ```
  </Step>

  <Step title="Verify the connection">
    Open Copilot Chat (`⌘I`), switch to **Agent** mode, and run `@social-plus` — the tool list should appear.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/social-b97141fb/aKvd0eSBVNiJ7k8O/images/ai-mcp/vscode-mcp-connected.png?fit=max&auto=format&n=aKvd0eSBVNiJ7k8O&q=85&s=68a1a94920d61779877a1f7875109349" alt="VS Code Copilot Chat showing social-plus MCP tools" data-path="images/ai-mcp/vscode-mcp-connected.png" />
</Frame>
