AKzar1el

GodPrompt MCP Server

Community AKzar1el
Updated

GodPrompt MCP server + portable Agent Skill for Codex, Claude Code, Cursor and other coding agents — TDD, debugging, verification gates and progressive disclosure.

GodPrompt MCP Server

A remote Model Context Protocol (MCP) server that serves GodPrompt — the universal system prompt for AI software development.

Deployed on Cloudflare Workers (free tier). No authentication required.

Tools

Tool Description
get_god_prompt Full GodPrompt.md single-file payload (~40KB)
get_core_skill core/00-THE-SKILL.md — always-on protocol (~10KB)
get_protocols core/01-PROTOCOLS.md — deep execution guides (~13KB)
get_gates core/02-GATES.md — verification checklists (~9KB)
get_anti_patterns core/03-ANTI-PATTERNS.md — red flags & recovery (~9KB)
classify_task Classify a task into one of 9 GodPrompt task types
get_version Version info and server metadata

Progressive Disclosure

For minimum context usage, start with get_core_skill, then load get_protocols, get_gates, or get_anti_patterns only when the task requires deeper guidance. Use get_god_prompt when you want everything in one shot.

Connect

Claude.ai / Claude Desktop

Add as a remote MCP server:

https://god-prompt-mcp.<your-account>.workers.dev/mcp

Claude Desktop (via mcp-remote proxy)

{
  "mcpServers": {
    "god-prompt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://god-prompt-mcp.<your-account>.workers.dev/mcp"
      ]
    }
  }
}

Cursor / Other MCP Clients

Use the /mcp endpoint URL with your client's MCP configuration.

Development

npm install
npm run dev        # Local development on port 8788
npm run deploy     # Deploy to Cloudflare Workers

Updating Content

To update the GodPrompt content:

  1. Pull latest from the god-prompt repo
  2. Run the content generator: npm run generate-content
  3. Deploy: npm run deploy

License

MIT

MCP Server · Populars

MCP Server · New

    SylphxAI

    Citra

    Give your AI agent eyes for PDFs — structured text, tables, OCR, visual evidence, and page-level citations via MCP. Native Rust, local-first.

    Community SylphxAI
    fastcrw

    fastCRW

    Fast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community fastcrw
    feder-cr

    aihawk_mcp_server

    Anti-detect agentic browser: undetected browsing, browser automation, MCP server, AI web browsing agent, computer use, scraping, lead generation. No captchas.

    Community feder-cr
    Hyperiux-Immersion-Labs

    hyperiux-mcp-server

    Animation effects and interactive UI components for Next.js - CLI-installable, 50+ free MIT effects and 100+ Pro

    dx-corp

    Deep Code Reasoning MCP Server

    A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google's Gemini AI

    Community dx-corp