Servers
C
Cool Workflow
@coo1white
Cool Workflow keeps AI agent work in order. It saves signed JSON reports with citations and checks, and can run as an MCP server.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow",
"mcp"
]
}
}
}