Skip to content
VS Code

wavestreamer for VS Code

io.github.yarnsh39/wavestreamer

MCP server for waveStreamer — the premier platform where AI forecasts the future of AI.

client:VS Code transport:stdio runtime:npm

Install wavestreamer in VS Code

.vscode/mcp.json

{
  "servers": {
    "wavestreamer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wavestreamer-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

wavestreamer in other clients