Skip to content

JetBrains

JetBrains IDEs (IntelliJ IDEA, WebStorm, PyCharm, RustRover, GoLand, …) support MCP servers through Junie and the AI Assistant.

  1. Open SettingsToolsAI AssistantModel Context Protocol (MCP)
  2. Click Add
  3. Select Streamable HTTP as the transport type
  4. Enter the URL: https://mcp.usestreamboard.com/mcp
  5. Click OK and Apply

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.