cool workflow for Cursor
io.github.coo1white/cool-workflow
Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.
client:Cursor
transport:stdio
runtime:npm
Install cool workflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cool-workflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs