Back to Home
askman-dev icon

agent-never-give-up-mcp

Verified Safe

by askman-dev

Overview

Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.

Installation

Run Command
npx wrangler dev

Environment Variables

  • ANTHROPIC_AUTH_TOKEN
  • ANTHROPIC_MODEL
  • ANTHROPIC_BASE_URL
  • ALLOWED_ORIGINS

Security Notes

The server uses environment variables for API keys and allowed origins, preventing hardcoding. It uses standard SDKs from Anthropic and Model Context Protocol. Input parsing for AI-generated sampling questions uses `JSON.parse` which, while generally safe for data, requires trust in the model's output not to contain malicious constructs. Origin validation is implemented for web requests.

Similar Servers

Stats

Interest Score51
Security Score8
Cost ClassMedium
Avg Tokens350
Stars3
Forks0
Last Update2025-11-29

Tags

AI AgentsMetacognitionDeveloper ToolsProblem SolvingLLM