agent never give up for Cursor
io.github.askman-dev/agent-never-give-up
An escape guide for coding agents, providing structured thinking tools to help agents unstick.
client:Cursor
transport:stdio
runtime:npm
Install agent never give up in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-never-give-up": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs