VS Code
Here’s how to connect VS Code to your Shake workspace.
Follow these steps
- Press
CTRL + SHIFT + PorCMD + P - Type
>MCP: Add Server - Select HTTP (HTTP or Server-Sent Events)
- Enter the URL:
https://mcp.shakebugs.com/mcp - Enter the name:
Shakebugs - Choose Global or Workspace depending on your preference
If you wish to install it manually, make sure your mcp.json looks something like this:
{"servers": {"Shakebugs": {"url": "https://mcp.shakebugs.com/mcp","type": "http"}},"inputs": []}
That’s it! You can now ask VS Code questions about your Shake tickets — see examples.