Skip to content

GitHub Copilot

  1. Open VS Code settings

    Press Cmd+Shift+P (or Ctrl+Shift+P) and search for “MCP: Add Server”.

  2. Add the Hype Doc server

    Select HTTP as the server type and enter:

    • Server ID: hypedoc
    • URL: https://app.myhypedoc.com/mcp

    Or add it directly to your .vscode/mcp.json:

    {
    "servers": {
    "hypedoc": {
    "type": "http",
    "url": "https://app.myhypedoc.com/mcp"
    }
    }
    }
  3. Authorize

    When you first use a Hype Doc tool, your browser will open to complete OAuth authorization.

  4. Start using it

    In Copilot Chat, ask: “Log a win: Shipped the accessibility audit, zero critical issues”

  • “Log a win in my Work space: Closed the biggest deal of the quarter”
  • “List my wins tagged ‘leadership’”
  • “Summarize my wins from the last 6 months as resume bullets”