agent-never-give-up-mcp
Verified Safeby 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
npx wrangler devEnvironment 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
mcp-server-cloudflare
Enable Large Language Models (LLMs) to interact with and automate tasks across various Cloudflare services through a standardized Model Context Protocol (MCP).
mcp-auth
An AI agent that provides a journaling interface, allowing users to create, read, update, and manage journal entries and tags through natural language interaction via the Model Context Protocol (MCP). It acts as a client to an external Epic Me database and OAuth server.
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
semantic-wake-intelligence-mcp
Provides a 3-layer temporal intelligence system for AI agents, managing context with causality tracking, memory management, and predictive pre-fetching via an MCP server.