Instadash for VS Code
io.instadash/server
Live data grids for AI agents. Push structured data; humans review, agents read back via MCP.
client:VS Code
transport:streamable-http
Install Instadash in VS Code
.vscode/mcp.json
{
"servers": {
"server": {
"type": "http",
"url": "https://mcp.instadash.io/"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs