kuriflow mcp for Cursor
io.github.sgunk13/kuriflow-mcp
Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.
client:Cursor
transport:stdio
runtime:pypi
Install kuriflow mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kuriflow-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kuriflow-mcp"
],
"env": {
"KURIFLOW_API_KEY": "<KURIFLOW_API_KEY>",
"KURIFLOW_API_URL": "<KURIFLOW_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs