Skip to main content
Glama
AKzar1el

GodPrompt MCP Server

by AKzar1el

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

Related MCP server: MCP Prompt Template Selector

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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Intelligently engineers and optimizes prompts for Claude Code with automatic language detection, task type recognition, and interactive refinement capabilities. Works entirely offline without external API dependencies to transform natural language requests into structured, Claude Code-optimized prompts.
    Last updated
    4
    12
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Automatically generates and manages a prompts system for software projects, enabling persistent context for AI coding assistants through project scanning, requirement clarification, and module tracking.
    Last updated
    8
    22
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Universal AI Agent OS — governed skills, rules, and commands for AI coding assistants (Claude Code, Augment, Cursor, Copilot, Windsurf). Read-only MCP bridge serves prompts and resources from a release-pinned content bundle.
    Last updated
    6
    19
    2,303
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

  • PQS scores any prompt before the model runs. 8 dimensions. 5 frameworks. Pre-flight, not post-hoc.

  • MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AKzar1el/god-prompt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server