Claude Code
View SourceTo use Tidewave with Claude Desktop, see here.
Adding Tidewave to Claude Code is straight-forward, just run:
$ claude mcp add --transport sse tidewave http://localhost:$PORT/tidewave/mcp
To use it with the mcp-proxy
, run:
$ claude mcp add --transport stdio tidewave /path/to/mcp-proxy http://localhost:$PORT/tidewave/mcp
Where $PORT
is the port your web application is running on. And you are good to go!