Developer Tools
Trust: 25/100 (Limited)io.github.askman-dev/agent-never-give-up Guide
An escape guide for coding agents, providing structured thinking tools to help agents unstick.
6 starsby askman-dev
Quick Start
Install
npx agent-never-give-up-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-askman-dev-agent-never-give-up": {
"command": "npx",
"args": [
"agent-never-give-up-mcp"
]
}
}
}