Create workflow, sequence, and architecture diagrams via AI assistants.
claude mcp add flowzap -- npx -y flowzap-mcp
claude_desktop_config.json
{
"mcpServers": {
"flowzap": {
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"flowzap": {
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"flowzap": {
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"flowzap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"flowzap": {
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.flowzap-xyz--flowzap/reviews or the review_server meta-tool.
POST /mcp