JetBrains
JetBrains IDEs (IntelliJ IDEA, WebStorm, PyCharm, RustRover, GoLand, …) support MCP servers through Junie and the AI Assistant.
- Open Settings → Tools → AI Assistant → Model Context Protocol (MCP)
- Click Add
- Select Streamable HTTP as the transport type
- Enter the URL:
https://mcp.usestreamboard.com/mcp - Click OK and Apply
On first use, authenticate via OAuth.
Available tools
Section titled “Available tools”| Tool | Description |
|---|---|
create_streamboard | Author a new streamboard from a json-render spec |
update_streamboard | Append a new version to an existing streamboard |
get_streamboard | Read the spec + metadata for a streamboard |
get_streamboard_data | Read live pushed state + binding contract (latest spec); catches $bind typos/drift |
list_versions | List every version of a streamboard |
delete_streamboard | Permanent delete (owner / org admin only) |
Example prompts
Section titled “Example prompts”- “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.