An escape guide for coding agents, providing structured thinking tools to help agents unstick.
claude mcp add agent-never-give-up -- npx -y agent-never-give-up-mcp
claude_desktop_config.json
{
"mcpServers": {
"agent-never-give-up": {
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-never-give-up": {
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-never-give-up": {
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-never-give-up": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-never-give-up": {
"command": "npx",
"args": [
"-y",
"agent-never-give-up-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.askman-dev--agent-never-give-up/reviews or the review_server meta-tool.
POST /mcp