Skip to main content
Connect Suggix to GitHub Copilot Chat in Visual Studio Code so Copilot can use feedback and roadmap context in Agent mode.

Create the MCP configuration

Create .vscode/mcp.json in the root of your repository for a project-scoped connection:
Alternatively, add the same server to your personal VS Code MCP settings to use it across projects.

Start and verify the server

  1. Open .vscode/mcp.json in Visual Studio Code.
  2. Select Start above the server definition.
  3. Open Copilot Chat and select Agent mode.
  4. Open the tools menu and confirm that Suggix is available.
Try a prompt such as: Use Suggix feedback to identify the most requested improvement for this repository.
Do not commit a raw API key in .vscode/mcp.json. Keep a personal configuration outside the repository when the key cannot be managed through your team’s secret workflow.

Suggix MCP Overview

Learn how to create and revoke workspace MCP API keys.