Skip to content

agent never give up for Zed

io.github.askman-dev/agent-never-give-up

An escape guide for coding agents, providing structured thinking tools to help agents unstick.

client:Zed transport:stdio runtime:npm

Install agent never give up in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agent-never-give-up": {
      "command": "npx",
      "args": [
        "-y",
        "agent-never-give-up-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agent never give up in other clients