Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

GodPrompt Server

БесплатноНе проверен

Provides tools to retrieve the GodPrompt universal system prompt and its components (core skill, protocols, gates, anti-patterns) for AI software development, p

GitHubEmbed

Описание

Provides tools to retrieve the GodPrompt universal system prompt and its components (core skill, protocols, gates, anti-patterns) for AI software development, plus task classification. Designed for progressive context usage.

README

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

from github.com/AKzar1el/god-prompt-mcp

Установка GodPrompt Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/AKzar1el/god-prompt-mcp

FAQ

GodPrompt Server MCP бесплатный?

Да, GodPrompt Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для GodPrompt Server?

Нет, GodPrompt Server работает без API-ключей и переменных окружения.

GodPrompt Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить GodPrompt Server в Claude Desktop, Claude Code или Cursor?

Открой GodPrompt Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare GodPrompt Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity