All guides
GitHub Copilot Config file

VS Code

Add Engrama to VS Code's agent mode (Copilot). Generally available.

Your endpoint https://engrama.sinensia.com/mcp

Before you start

  1. 01

    Add a server

    Open the Command Palette and run MCP: Add Server → HTTP, enter the URL, and pick Workspace or Global. Or edit .vscode/mcp.json directly.

  2. 02

    The entry

    Your .vscode/mcp.json should look like this — note the servers key and type: http.

    .vscode/mcp.json
    {
      "servers": {
        "engrama": {
          "type": "http",
          "url": "https://engrama.sinensia.com/mcp"
        }
      }
    }
  3. 03

    Trust and sign in

    VS Code shows a trust prompt, then an Auth action above the server entry. Click it to complete the browser sign-in.

Watch it done

Demo video coming soon.

Notes & troubleshooting

Stuck?

If a step doesn't match what you see, the app may have moved its menus. Reach us and we'll help you connect.

Request an invitation