Skip to content

VS Code

VS Code’s MCP support gives GitHub Copilot fifteen tools for authoring, versioning, commenting on, and alarming generative-UI dashboards at streamboard.

Add the following to .vscode/mcp.json in your project:

{
"servers": {
"streamboard": {
"type": "http",
"url": "https://mcp.usestreamboard.com/mcp"
}
}
}
  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run MCP: Add Server
  3. Enter the URL: https://mcp.usestreamboard.com/mcp

On first use, authenticate via OAuth.

ToolDescription
create_streamboardAuthor a new streamboard from a json-render spec
update_streamboardAppend a new version to an existing streamboard
get_streamboardRead the spec + metadata for a streamboard
get_streamboard_dataRead live pushed state + binding contract (latest spec); catches $bind typos/drift
list_versionsList every version of a streamboard
delete_streamboardPermanent delete (owner / org admin only)
  • “Build a streamboard with four KPI tiles + an area chart for weekly signups. Make the chart data bindable.”
  • “Update streamboard <id> to add a ‘Top regions’ bar chart.”

After authoring, mint a data token in Settings → Tokens and push values via @streamboard/sdk or the CLI.