Cool Workflow
About
Cool Workflow keeps AI agent work in order. It saves signed JSON reports with citations and checks, and can run as an MCP server.
Details
- Author
- coo1white
- Downloads
- 316
- Categories
- Other, AI
Jump to
- Small control plane for AI agent work
- Saves signed JSON reports
- Reports include citations and checks
- Works with stdio MCP clients
- Easy to install via npx
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cool WorkflowCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure it as an MCP server in your client (e.g., Claude Desktop, Cursor, VS Code) using the command npx with arguments ["-y", "cool-workflow", "mcp"].
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cool workflow": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow",
"mcp"
]
}
}
}
}
McpServers
{
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow",
"mcp"
]
}
}
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. ``json
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": ["-y", "cool-workflow", "mcp"]
}
}
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




