io.roadflow/roadflow
io.roadflow/roadflowCreate and edit roadmaps with JSON or markup; share edit and view links from AI agents.
Tools · 23
Create an ephemeral in-memory roadflow workspace (default). Optional seed JSON and/or markup. No cloud id until create_shared.
Return mode, ids, URLs, and road/step counts for the current MCP session workspace.
Return the current workspace as JSON and/or markup.
Replace workspace state with normalized JSON (serializeState shape). In shared edit mode, saves to the cloud automatically.
Replace roads via friendly markup (same as the editor panel). Shared edit mode auto-saves.
Load a cloud map by edit or view id into this session. View links are read-only.
Persist the current workspace to the cloud (permanent share). Returns editUrl (play/edit/share further) and viewUrl (visual canvas, read-only). Prefer viewUrl when the user only needs to see the map.
Export the current workspace as JSON (serializeState).
Export the current workspace as friendly markup.
Export steps as CSV (road, goal, lane, step, notes, type, status, position, date).
List shared-map version checkpoints (newest first). Relative indexes: -1 = newest. Requires a shared edit workspace (not view-only).
Load one shared-map version by relative index (e.g. -1 newest, -2 previous). Returns JSON state. Does not change the live map or workspace unless load=true.
Clear the in-memory workspace for this MCP session (does not delete cloud maps).
Create an ephemeral in-memory Artifacts graph workspace. Optional seed JSON (serializeState shape: nodes + labels). No cloud id until artifacts_create_shared.
Return mode, ids, /artifacts/?id= URLs, and node/label counts.
Return the current Artifacts workspace as JSON.
Replace (or merge) the Artifacts graph with normalized JSON. Shared edit mode auto-saves to the cloud.
Load a cloud Artifacts graph by edit or view id. View links are read-only.
Persist the current Artifacts workspace to the cloud. Returns editUrl and viewUrl under /artifacts/.
Export the current Artifacts workspace as JSON (serializeState).
List shared Artifacts version checkpoints (newest first). Requires a shared edit workspace.
Load one shared Artifacts version by relative index (-1 newest). Optional load=true replaces the MCP workspace (does not save).
Clear the in-memory Artifacts workspace for this MCP session (does not delete cloud graphs or the Plans workspace).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.roadflow/roadflow": {
"url": "https://roadflow.io/mcp",
"transport": "streamable-http"
}
}
}