Odel
agent never give up mcp

agent never give up mcp

Local
@askman-dev5TypeScriptUpdated 9mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagent-never-give-up-mcpv0.1.0

Run

npx -y agent-never-give-up-mcp

MCP client config

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