From headless-knight
Local CLI runner that executes arbitrary shell commands on the user's machine using a Node.js subprocess. Runs locally as stdio server, no API keys required.
npx claudepluginhub lostabaddon/headlessknightAdd to your .mcp.json:
{
"mcpServers": {
"runCLI": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/cli-runner-server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node