New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

god-prompt-mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

god-prompt-mcp

MCP server for GodPrompt — the universal AI software development system prompt

latest
Source
npmnpm
Version
1.0.18
Version published
Weekly downloads
1.4K
287.97%
Maintainers
1
Weekly downloads
 
Created
Source

GodPrompt MCP Server

A Model Context Protocol (MCP) server for GodPrompt — AI software-development workflow guidance with task routing, TDD, debugging protocols, verification gates, and progressive disclosure.

Agent Harness Review — US$49

Under the active GP-RS1 standing mission, GodPrompt offers one bounded paid service for developers and small teams whose coding agents lose context, overstep scope, skip verification, or repeat mistakes. The mission has no automatic terminal date; it continues until Tomi explicitly pauses or stops it, or replaces it with a project-specific goal or kill criterion.

GodPrompt Agent Harness Review — US$49 one-time. For one repository, send up to three agent-control artifacts (AGENTS.md, CLAUDE.md, project rules, or equivalent) plus one short failure example. The review returns five priority risks, one proposed revised instruction block or patch, and a next-task verification checklist, with a target of 24 hours after payment and usable inputs.

GitHub Sponsors is the frozen payment rail, and the current AKzar1el Sponsors profile is active for signed-in buyers. To buy the review, open the GP-RS1 US$49 one-time tier and complete the one-time sponsorship. GitHub sign-in is required. After sponsoring, email info@tomiseregi.si with subject [GP-RS1] Agent Harness Review and include the GitHub username used for the sponsorship plus the review inputs. Delivery begins only after the US$49 sponsorship is independently verified and attributed to GP-RS1. The free MIT GodPrompt MCP remains unchanged and free. See a transparent sample deliverable before deciding; it is illustrative, not a client result or benchmark. Full frozen experiment terms.

Tools

ToolDescription
get_god_promptFull GodPrompt.md single-file payload (~40KB)
get_core_skillSKILL.md — always-on protocol (~10KB)
get_protocolsreferences/01-PROTOCOLS.md — deep execution guides (~13KB)
get_gatesreferences/02-GATES.md — verification checklists (~9KB)
get_anti_patternsreferences/03-ANTI-PATTERNS.md — red flags & recovery (~9KB)
classify_taskDeterministically route a task to one of 9 GodPrompt task types, or UNCLASSIFIED when no reliable signal exists
get_versionVersion 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.

Example queries

  • "Classify this refactor and tell me which GodPrompt workflow applies."
  • "Show me the verification gates I should satisfy before I claim this bug fix is complete."
  • "Load the debugging protocol for a failing integration test without loading the full GodPrompt."

Evaluation

GodPrompt's benchmark methodology, deterministic task corpus, evaluator logic, and published run artifacts live in the source project: GodPrompt Bench.

The MCP server does not run the benchmark or claim model-level superiority itself; it distributes the GodPrompt content evaluated by that suite.

Connect

npx -y god-prompt-mcp

The public npm package runs the local stdio server directly. It requires Node.js 22+ and no API key or account.

Glama

GodPrompt MCP is published on Glama. Use the server page to inspect the tools and connect it to a supported MCP client.

Kiro

Install this repository as a native Kiro Power to get the portable GodPrompt Agent Skill and MCP server together. In Kiro, open Powers → Add Custom Power → Import power from GitHub, enter:

https://github.com/AKzar1el/god-prompt-mcp

Kiro reads the repository's Agent Plugins 1.0 plugin.json, skills/, and mcp.json; the bundled MCP server activates with the Power instead of requiring a separate user-level MCP entry.

If you only want the MCP server, use the direct install button:

Add to Kiro

Both paths ultimately launch the published npm package through npx. Node.js 22+ is required for the MCP server.

Visual Studio Code

VS Code can use GodPrompt as both a portable Agent Skill and a local MCP server. Install the skill at user scope so VS Code discovers it from ~/.copilot/skills:

gh skill install AKzar1el/god-prompt-mcp skills/god-prompt --agent github-copilot --scope user

Then add the MCP server for the callable tools:

Install in VS Code

VS Code installs the local stdio server through the published npm package. Node.js 22+ is required; no API key is needed.

OpenAI Codex

GodPrompt can be used in Codex as either a portable Agent Skill or a native local MCP server.

Install the standards-compatible Agent Skill directly from this repository with Codex's built-in $skill-installer:

$skill-installer install https://github.com/AKzar1el/god-prompt-mcp/tree/main/skills/god-prompt

Or register the published stdio server with Codex's native MCP CLI:

codex mcp add god-prompt -- npx -y god-prompt-mcp

Run codex mcp list to verify the registration. The Agent Skill gives Codex the reusable workflow directly; MCP adds GodPrompt's progressive-disclosure tools. Node.js 22+ is required for the MCP server.

Gemini CLI

Install the repository as a native Gemini CLI extension to get both the portable GodPrompt Agent Skill and the MCP server in one step:

gemini extensions install https://github.com/AKzar1el/god-prompt-mcp

Or register only the published local stdio server with Gemini CLI's native MCP command:

gemini mcp add god-prompt npx -- -y god-prompt-mcp

Run gemini extensions list to verify the extension or gemini mcp list to verify the direct MCP registration. Node.js 22+ is required for the MCP server; GodPrompt itself needs no API key.

GitHub CLI Agent Skills (preview)

GitHub CLI 2.100+ can install the same portable Agent Skill directly into supported coding agents without cloning the repository:

gh skill install AKzar1el/god-prompt-mcp skills/god-prompt --agent codex --scope user

Replace codex with another supported host such as github-copilot, claude-code, or cursor. The explicit skills/god-prompt path intentionally selects the portable skill rather than another distribution-specific package in this repository.

Vercel Skills CLI

The open skills CLI can install the same portable Agent Skill into Codex, Claude Code, Cursor, and many other supported coding agents:

npx -y skills@latest add AKzar1el/god-prompt-mcp --skill god-prompt --agent codex --copy -y

Replace codex with another supported agent when needed. The current CLI discovers the repository's portable god-prompt skill directly and installs SKILL.md plus its referenced protocol files; the MCP server remains separately available through npx -y god-prompt-mcp.

Factory Droid

Factory Droid can use GodPrompt as both an Agent Skill and a local MCP server. Install the complete portable skill with the current Skills CLI target for Droid:

npx -y skills@latest add AKzar1el/god-prompt-mcp --skill god-prompt --agent droid --copy -y

Droid discovers compatible project skills under .agents/skills/. To add the callable GodPrompt tools as a local stdio MCP server, use Droid's native MCP command with the published version pinned:

droid mcp add god-prompt "npx -y god-prompt-mcp@1.0.18"

Open /mcp in Droid to verify the server and available tools. The Agent Skill supplies the reusable workflow while MCP exposes GodPrompt's seven progressive-disclosure tools. Node.js 22+ is required for the MCP server.

Warp

Warp can use GodPrompt as both an Agent Skill and a local MCP server. Install the complete portable skill into Warp with:

npx -y skills@latest add AKzar1el/god-prompt-mcp --skill god-prompt --agent warp --copy -y

Warp discovers project skills from .agents/skills/ and .warp/skills/. For MCP tools, add a CLI-based MCP server in Warp with command npx and arguments -y, god-prompt-mcp; Warp's Oz CLI can also receive MCP configuration through oz agent run --mcp. The skill supplies the reusable workflow while MCP exposes GodPrompt's seven progressive-disclosure tools. Node.js 22+ is required for the MCP server.

Zed

Zed can use GodPrompt as both a native Agent Skill and a local MCP context server. Install the complete portable skill, including its referenced protocol files, with:

npx -y skills@latest add AKzar1el/god-prompt-mcp --skill god-prompt --agent zed --copy -y

For MCP tools, open Settings → AI → MCP Servers → Add Server → Add Local Server, set the command to npx, and pass -y and god-prompt-mcp as arguments. Zed loads project skills from .agents/skills/ and can forward configured MCP servers to supported external agents. Node.js 22+ is required for the MCP server.

OpenCode

OpenCode v2 natively discovers Agent Skills from .agents/skills/ and supports local MCP servers. Install the same portable GodPrompt skill with:

npx -y skills@latest add AKzar1el/god-prompt-mcp --skill god-prompt --agent opencode --copy -y

To expose GodPrompt's MCP tools as well, add a local server to opencode.json or opencode.jsonc:

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

OpenCode 1.x used the same server entry directly under mcp; the v2 schema shown above nests named servers under mcp.servers.

The Agent Skill provides the reusable workflow; MCP adds the seven progressive-disclosure tools. Node.js 22+ is required for the MCP server.

JetBrains AI Assistant

JetBrains AI Assistant 2026.2 can use GodPrompt through both supported agent surfaces:

  • Agent Skill: in Settings → Tools → AI Assistant → Skills, open Manage External Registries and add https://github.com/AKzar1el/god-prompt-mcp. The existing skills/god-prompt package can then be installed for supported skill-aware agents such as Codex or Claude Agent.
  • MCP tools: in Settings → Tools → AI Assistant → Model Context Protocol (MCP), add a stdio server with command npx and arguments -y, god-prompt-mcp. Enable Pass custom MCP servers for the coding agent that should receive GodPrompt's progressive-disclosure tools.

The Agent Skill supplies the reusable workflow; the MCP server supplies GodPrompt's callable tools. Node.js 22+ is required for the MCP server.

Devin Desktop / Windsurf

Devin Desktop (formerly Windsurf) and Devin CLI can load GodPrompt's existing Agent Plugins 1.0 package directly from GitHub. After signing in to Devin, install the plugin with:

devin plugins install AKzar1el/god-prompt-mcp

The plugin supplies both skills/god-prompt and the published local stdio MCP server. Run devin plugins list to verify the installation.

If you only want the portable skill, place the complete skill directory at .agents/skills/god-prompt/; Devin also discovers project skills under .devin/skills/ and .windsurf/skills/. If you only want the MCP server, register it directly:

devin mcp add god-prompt -- npx -y god-prompt-mcp

Run devin mcp list to verify the direct server registration. The Agent Skill provides the reusable workflow while MCP exposes GodPrompt's seven progressive-disclosure tools. Node.js 22+ is required for the MCP server.

Cursor

The repository includes a native Cursor plugin manifest plus a portable Agent Plugins 1.0 manifest. Cursor Marketplace can use .cursor-plugin/plugin.json with cursor-mcp.json; Agent Plugins-compatible clients can use root plugin.json with mcp.json. Both launch the same local stdio server through npx -y god-prompt-mcp.

GitHub Copilot

GitHub Copilot CLI supports the portable Agent Plugins 1.0 package at the repository root. Install it directly from GitHub with copilot plugin install AKzar1el/god-prompt-mcp.

The plugin includes both the GodPrompt MCP server and a standards-compatible god-prompt Agent Skill under skills/god-prompt/. Copilot can load the skill automatically when relevant or invoke it explicitly as /god-prompt, while MCP remains available for progressive-disclosure tool access.

For team or cloud-agent distribution, the same repository is also a Copilot plugin marketplace:

copilot plugin marketplace add AKzar1el/god-prompt-mcp
copilot plugin install god-prompt-mcp@god-prompt

This keeps the marketplace entry, portable plugin, skill, and MCP server in one versioned repository instead of maintaining a second Copilot-specific package.

GitLab Duo CLI

GitLab Duo CLI 9.15+ supports Agent Plugins and Git-backed plugin marketplaces. Register this repository once, then install the same portable plugin:

duo plugin marketplace add https://github.com/AKzar1el/god-prompt-mcp.git
duo plugin install god-prompt-mcp@god-prompt

The installed plugin bundles the existing god-prompt Agent Skill and pinned local MCP server, so GitLab Duo users get both workflow guidance and callable tools from the same versioned repository.

Claude Code

The repository includes a Claude Code marketplace catalog alongside the existing plugin and MCP manifests, so users can install the same versioned plugin directly from this GitHub repository without waiting for community-directory review. In Claude Code, run:

/plugin marketplace add AKzar1el/god-prompt-mcp
/plugin install god-prompt-mcp@god-prompt

The plugin bundles the portable god-prompt Agent Skill and the pinned local MCP server. The same package remains structurally ready for Anthropic's reviewed community directory without maintaining a separate implementation.

Claude Desktop extension

GitHub releases include a .mcpb bundle for one-click local installation in MCPB-compatible clients such as Claude Desktop. The bundle runs the same local stdio server and does not require an API key or account.

Current GitHub releases are immutable and include a release attestation. With GitHub CLI installed, verify the release and your downloaded MCPB before installing it:

gh release verify <release-tag> --repo AKzar1el/god-prompt-mcp
gh release verify-asset <release-tag> <downloaded-mcpb> --repo AKzar1el/god-prompt-mcp

The asset check verifies that the local MCPB exactly matches the file recorded in the published release attestation.

Local stdio

npm install
npm run build
node dist/stdio.js

Example client configuration:

{
  "mcpServers": {
    "god-prompt": {
      "command": "node",
      "args": ["/absolute/path/to/god-prompt-mcp/dist/stdio.js"]
    }
  }
}

Privacy Policy

GodPrompt MCP is a local stdio server. Its content tools return static GodPrompt material bundled with the installed extension, and classify_task evaluates the supplied task description in the local Node.js process.

  • Data collection and use: the server has no telemetry or analytics and does not collect account data. Tool input is used only to produce the requested local response.
  • Storage and retention: the server has no server-side persistence and does not retain tool inputs after a request completes.
  • Third-party sharing: the server does not transmit tool inputs or bundled GodPrompt content to an external API or third party. The MCP host or AI client may process conversation and tool data under its own policies independently of this server.
  • Contact and policy: see tomiseregi.si/privacy for the current privacy policy and contact information. For support or bug reports, use GitHub Issues.

Development

npm install
npm run build
npm test

npm test builds the stdio server, performs the MCP initialization handshake, and verifies the expected tool list.

Repository discovery metadata is kept in server.json for MCP Registry-compatible consumers and glama.json for Glama.

Updating Content

To update the embedded GodPrompt content:

  • Pull the latest content from the GodPrompt repository.
  • Run npm run generate-content.
  • Run npm test before publishing a new server release.

The generator reads the current source layout: GodPrompt.md, SKILL.md, and the three files under references/.

License

MIT

Project page: GodPrompt — AI software-development system prompt · GodPrompt source

Related MCP servers: Google Search Console · GEO Tracker · Web Validator · Google News & Trends

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts