← Top 100 / Full directory (11,513)

GodPrompt MCP

Dev Tools Remote Official Top 100 7 tools Ready surface

Read-only MCP server and portable Agent Skill for coding agents: task classification, TDD, systematic debugging, verification gates, anti-pattern guidance, and progressive disclosure.

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://god-prompt-mcp.tomi-seregi99.workers.dev/mcp
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Listing quality

Observable facts from our catalog and daily probe — not a safe-to-install badge.

Surface
Ready surface
Live handshake
Not probed
Auth gate
Auth unknown
Tools source
Catalog tools

Observable catalog + probe facts — not a safe-to-install badge.

Tools

(7)
  • get_god_prompt

    Returns the complete GodPrompt.md — a single-file universal system prompt for AI software development (42KB, ~1145 lines). Use this when you want the full payload in one shot. For progressive disclosure (smaller context), use get_core_skill and the reference tools instead.

  • get_core_skill

    Returns SKILL.md — the lean core protocol (~11KB) covering the universal 6-phase protocol, Three Iron Laws, and task auto-classification. Load it at the start of a task or after a context reset, then reuse that context instead of reloading it on every message. Start here for progressive disclosure.

  • get_protocols

    Returns references/01-PROTOCOLS.md — deep execution guides for each task type (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN). Load this when the task requires detailed protocol steps beyond the core skill. ~13KB.

  • get_gates

    Returns references/02-GATES.md — verification checklists, THE GATE (pre-completion verification), and structured report templates for every deliverable type. Load when you need to verify work before claiming completion. ~9KB.

  • get_anti_patterns

    Returns references/03-ANTI-PATTERNS.md — red flags, rationalizations, and recovery patterns. Covers the 10 most dangerous anti-patterns that lead to broken code, scope creep, and false confidence. Load when you catch yourself rationalizing. ~9KB.

  • classify_task

    Classify one concrete software-development task into one of GodPrompt's 9 task types (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN), or UNCLASSIFIED when no reliable route is detected. Returns JSON with task_type, deterministic confidence, protocol, matched_signals, alternative_task_types, ambiguous, and recommendation; use it for routing before loading detailed workflow text.

  • get_version

    Returns JSON with the GodPrompt content version, MCP server version, repository, bundled file sizes and purposes, and task-type/protocol catalog. Use it to verify which GodPrompt content/server version a client is connected to; use the content retrieval tools when you need the actual workflow text.

Tool source: Catalog tools

Related servers