Skip to content
Grok

agent never give up for Grok

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

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

client:Grok transport:stdio runtime:npm

Install agent never give up in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent never give up in other clients