Skip to content

Windsurf

Connect streamboard to Cascade through the Model Context Protocol.

Add the following to ~/.codeium/windsurf/mcp_config.json:

{
"mcpServers": {
"streamboard": {
"serverUrl": "https://mcp.usestreamboard.com/mcp"
}
}
}
  1. Open WindsurfSettingsAdvancedCascadeMCP
  2. Add the MCP server 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.”
  • “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.