Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.
claude mcp add cool-workflow -- npx -y cool-workflow
claude_desktop_config.json
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cool-workflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": [
"-y",
"cool-workflow"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.coo1white--cool-workflow/reviews or the review_server meta-tool.
POST /mcp