Use Monk Inside VS Code
If you use GitHub Copilot in VS Code, Monk can expose its deployment and operations capabilities directly to Copilot through MCP. This is the simplest setup because Monk and GitHub Copilot both run in the same IDE window and share the same workspace.Step 1: Enable Monk MCP on the Monk Side
Open the project in VS Code with Monk installed. Then open the Command Palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux) and run:

Step 2: Let VS Code Load and Trust Monk
Open Copilot Chat in VS Code and switch to Agent mode. VS Code should detect the Monk MCP server from.vscode/mcp.json. The first time the server starts, VS Code may ask you to confirm that you trust it. Approve the Monk server so VS Code can start it and discover its tools.
If you want to verify that VS Code sees Monk, use either of these commands:
Step 3: Enable Monk Tools in Copilot Chat
In Copilot Chat, use the Configure Tools button in the chat input to confirm that Monk tools are enabled for the current session.
- deploying the current project
- provisioning required cloud resources
- checking runtime health and logs
- updating infrastructure configuration
What Monk Writes
For VS Code, Monk manages only its own entry in:Troubleshooting
- If Monk does not appear in Copilot, run
MCP: List Serversand confirm the workspace server is present. - If VS Code does not start Monk after you changed the config, reopen the workspace or restart the server from
MCP: List Servers. - If you declined trust earlier, run
MCP: Reset Trustand then start Monk again.

