An MCP server to monitor workers productivity and fire them as needed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"worker17": {
"command": "npx",
"args": [
"-y",
"kortexa-ai/worker17"
]
}
}
}
Run in terminal:
claude mcp add worker17 npx -y kortexa-ai/worker17
Add to .cursor/mcp.json:
{
"mcpServers": {
"worker17": {
"command": "npx",
"args": [
"-y",
"kortexa-ai/worker17"
]
}
}
}