Nudge for Cursor
io.github.jwill824/nudge-mcp
MCP server that nudges better AI session behavior through token usage and efficiency analysis
client:Cursor
transport:stdio
runtime:pypi
Install Nudge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nudge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"nudge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs