kuriflow mcp for Cline
io.github.sgunk13/kuriflow-mcp
Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.
client:Cline
transport:stdio
runtime:pypi
Install kuriflow mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kuriflow-mcp": {
"command": "uvx",
"args": [
"kuriflow-mcp"
],
"env": {
"KURIFLOW_API_KEY": "<KURIFLOW_API_KEY>",
"KURIFLOW_API_URL": "<KURIFLOW_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs