Skip to main content

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.

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

Open Settings JSON

Press ⌘⇧P (macOS) or Ctrl+Shift+P (Windows/Linux) and run Preferences: Open User Settings (JSON).
2

Add the MCP server

Paste the following at the top level of your settings.json:
{
  "mcp": {
    "servers": {
      "social-plus": {
        "type": "sse",
        "url": "https://learn.social.plus/mcp"
      }
    }
  }
}
3

Verify the connection

Open Copilot Chat (⌘I), switch to Agent mode, and run @social-plus — the tool list should appear.
VS Code Copilot Chat showing social-plus MCP tools