Cool Workflow

by coo1white

316 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cool Workflow
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"] } } } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.