Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"runCLI": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/cli-runner-server.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub lostabaddon/headlessknight