agent never give up for VS Code
io.github.askman-dev/agent-never-give-up
An escape guide for coding agents, providing structured thinking tools to help agents unstick.
client:VS Code
transport:stdio
runtime:npm
Install agent never give up in VS Code
.vscode/mcp.json
{
"servers": {
"agent-never-give-up": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs