- 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.
- 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" } } } - 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.
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
- VS Code 1.102 or newer, with GitHub Copilot agent mode enabled.
Watch it done
Demo video coming soon.
Notes & troubleshooting
- If you paste into settings.json instead of a dedicated mcp.json, nest it under "mcp": { "servers": { … } }.
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.