Nofax for VS Code
io.github.akzar1el/nofax
Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.
client:VS Code
transport:stdio
runtime:npm
Install Nofax in VS Code
.vscode/mcp.json
{
"servers": {
"nofax": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nofax"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs