Cool Workflow keeps AI agent work in order. It saves signed JSON reports with citations and checks, and can run as an MCP server.
Overview
Cool Workflow
Cool Workflow is a small control plane for AI agent work. It saves signed JSON reports with citations and checks.
Use it as an MCP server from Claude Desktop, Cursor, VS Code, or any client that can run stdio MCP servers.
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": ["-y", "cool-workflow", "mcp"]
}
}
}
Server Config
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow",
"mcp"
]
}
}
}