OpenAI Codex
The Codex integration connects streamboard to the OpenAI Codex CLI through the Model Context Protocol (MCP), giving Codex fifteen tools for authoring, versioning, commenting on, and alarming generative-UI dashboards.
- Add the following to your
.codex/config.toml:[mcp_servers.streamboard]type = "url"url = "https://mcp.usestreamboard.com/mcp" - Trust the project when prompted by Codex
- 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. Make the chart data bindable.”
- “Update streamboard
<id>to add a ‘Top regions’ bar chart.” - “Show me every version of streamboard
<id>and who authored each.”
After authoring, mint a data token in Settings → Tokens and push values via @streamboard/sdk or the CLI.