Nofax for Cursor
io.github.akzar1el/nofax
Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.
client:Cursor
transport:stdio
runtime:npm
Install Nofax in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nofax": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nofax"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs