You can connect Visual Studio Code to Tidewave through the GitHub Copilot extension.
Install
Organization settings
When using GitHub Copilot within your organization, administrators may disable usage of some (or all) MCP Servers. In such cases, configuring Tidewave (and other MCPs) in your IDE will be grayed out. Reach out to your organization administrator for further information.
Open up your AI assistant and then click on the red arrow in your editor (shown below) to enable "Agent" mode and then the Wrench icon (pointed by the green arrow) to configure it.

And then at the center top choose "+ Add MCP Server..." and follow these steps:
Choose "HTTP (HTTP or Server-Sent events)"
Add the URL your web application is running on with
/tidewave/mcpat the end, such ashttp://localhost:$PORT/tidewave/mcp, where$PORTis the port it is running onAdd a name of your choice
Verify
You can verify it all works by starting a new session and asking your agent if it can see Tidewave's tools. If it fails, check out our MCP Troubleshooting section.