# GodPrompt MCP Server (npm · god-prompt-mcp)

GodPrompt workflows for TDD, debugging, verification, task routing, and progressive disclosure.

- Trust score: 86/100 (high trust)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- mcpb · `god-prompt-mcp-1.0.16.mcpb`: not yet scored, [markdown](https://verifymcp.io/servers/akzar1el-god-prompt-mcp/https-github-com-akzar1el-god-prompt-mcp-releases-download-v1-0-16-god-prompt-mc.md), [page](https://verifymcp.io/servers/akzar1el-god-prompt-mcp/https-github-com-akzar1el-god-prompt-mcp-releases-download-v1-0-16-god-prompt-mc)
- npm · `god-prompt-mcp`: 86/100 (this document), [markdown](https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp.md), [page](https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp)

## Channel facts

- Registry: `npm`
- Package: `god-prompt-mcp`
- Version: `1.0.16`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 3 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to AKzar1el/god-prompt-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 447 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the GodPrompt MCP Server server?

GodPrompt MCP Server runs locally as an npm package, launched with npx -y god-prompt-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add akzar1el-god-prompt-mcp -- npx -y god-prompt-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "akzar1el-god-prompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "god-prompt-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "akzar1el-god-prompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "god-prompt-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add akzar1el-god-prompt-mcp -- npx -y god-prompt-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "akzar1el-god-prompt-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "god-prompt-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add akzar1el-god-prompt-mcp --command npx --arg -y --arg god-prompt-mcp
```

### Hermes

```yaml
mcp_servers:
  akzar1el-god-prompt-mcp:
    command: "npx"
    args: ["-y", "god-prompt-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "akzar1el-god-prompt-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "god-prompt-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add akzar1el-god-prompt-mcp -t stdio -c npx -a -y god-prompt-mcp
```

### Other

```json
{
  "mcpServers": {
    "akzar1el-god-prompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "god-prompt-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 86, +12)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.33 → unverified
- [security improvement] Known CVEs: unverified → pass
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → 1.00
- [functional improvement] Security disclosure: fail → pass
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.0.15 → 1.0.16

### 2026-09-20 (score 74, 0)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 1.00
- [functional] MCP protocol: Implements a current MCP spec version (2026-07-28).
- [functional] Package version: 1.0.13 → 1.0.15
- [functional] Package version: 1.0.13 → 1.0.14

### 2026-09-19 (score 74, −9)

- [security regression] Stability: 0.27 → unverified
- [security regression] Known CVEs: pass → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Dependency health: 0.85 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.0.6 → 1.0.13
- [functional] Package version: 1.0.6 → 1.0.12
- [functional] Package version: 1.0.6 → 1.0.11
- [functional] Package version: 1.0.6 → 1.0.10
- [functional] Package version: 1.0.6 → 1.0.9
- [functional] Package version: 1.0.6 → 1.0.8

### 2026-09-17 (score 83, +16)

- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.20 → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.0.5 → 1.0.6

### 2026-09-16 (score 67, −13)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Stability: unverified → 0.20
- [functional] Package version: 1.0.4 → 1.0.5

### 2026-09-12 (score 80, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-11 (score 65, +11)

- [security improvement] Known CVEs: unverified → pass
- [functional improvement] Dependency health: unverified → 0.84

### 2026-09-10 (score 54)

First indexed and scored.

## MCP tools (7)

### `get_god_prompt` (~66 tokens)

Get full GodPrompt

Returns the complete GodPrompt.md — a single-file universal system prompt for AI software development (41KB, ~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` (~73 tokens)

Get core GodPrompt 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` (~69 tokens)

Get GodPrompt 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` (~55 tokens)

Get GodPrompt verification 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` (~66 tokens)

Get GodPrompt 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` (~95 tokens)

Classify software-development task

Classify a task description into one of GodPrompt's 9 task types (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN) and return the matching protocol name. Useful for routing tasks through the right workflow.

Input parameters:

- `description` (string, required): The task description to classify, e.g. 'fix the login bug' or 'build a REST API for user auth'

### `get_version` (~23 tokens)

Get GodPrompt versions

Returns GodPrompt content and MCP server versions with a summary of what's included.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp#diagnostics

## Score history

- 2026-09-21: 86
- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 83
- 2026-09-17: 83
- 2026-09-16: 67
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 80
- 2026-09-12: 80
- 2026-09-11: 65
- 2026-09-10: 54

## Common questions

### What is the GodPrompt MCP Server server?

GodPrompt MCP Server is listed in the public MCP registry as io.github.AKzar1el/god-prompt-mcp. GodPrompt workflows for TDD, debugging, verification, task routing, and progressive disclosure. This page covers its npm package (god-prompt-mcp).

### Is the GodPrompt MCP Server server safe to use?

GodPrompt MCP Server scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the GodPrompt MCP Server server expose?

GodPrompt MCP Server exposes 7 tools: get_god_prompt, get_core_skill, get_protocols, get_gates, get_anti_patterns, and 2 more. Their descriptions and schemas cost roughly 447 tokens of context every time the server is loaded.

### Is the GodPrompt MCP Server server still maintained?

GodPrompt MCP Server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the GodPrompt MCP Server server under?

GodPrompt MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/god-prompt-mcp
- Socket report: https://socket.dev/npm/package/god-prompt-mcp
- Repository: https://github.com/AKzar1el/god-prompt-mcp
- Website: https://tomiseregi.si/projects/god-prompt
- Changelog RSS feed: https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp.json
- HTML version of this page: https://verifymcp.io/servers/akzar1el-god-prompt-mcp/god-prompt-mcp
