GodPrompt MCP + Agent Skill for coding agents with TDD, debugging, verification, and task routing.
A Model Context Protocol (MCP) server for GodPrompt — AI software-development workflow guidance with task routing, TDD, debugging protocols, verification gates, and progressive disclosure.
For the seven-day GP-RS1 experiment, GodPrompt offers one bounded paid service for developers and small teams whose coding agents lose context, overstep scope, skip verification, or repeat mistakes.
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. If checkout is live, sponsor US$49, then email info@tomiseregi.si with subject [GP-RS1] Agent Harness Review. If GitHub still shows checkout as unavailable or pending, email only [GP-RS1] Agent Harness Review Interest; do not send repository artifacts yet. I will confirm when the same checkout is publicly payable. Delivery begins only after an independently verified US$49 sponsorship. 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.
| Tool | Description |
|---|---|
get_god_prompt | Full GodPrompt.md single-file payload (~40KB) |
get_core_skill | SKILL.md — always-on protocol (~10KB) |
get_protocols | references/01-PROTOCOLS.md — deep execution guides (~13KB) |
get_gates | references/02-GATES.md — verification checklists (~9KB) |
get_anti_patterns | references/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 |
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.
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.
npx -y god-prompt-mcp
The public npm package runs the local stdio server directly. It requires Node.js 20+ and no API key or account.
GodPrompt MCP is published on Glama. Use the server page to inspect the tools and connect it to a supported MCP client.
Kiro launches the published npm package through npx. Node.js 20+ is required.
The repository includes a Cursor plugin manifest and mcp.json for Marketplace or local plugin installation. Cursor runs the same local stdio server through npx -y god-prompt-mcp.
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.
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"]
}
}
}
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.
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.
To update the embedded GodPrompt content:
npm run generate-content.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/.
Project page: GodPrompt — AI software-development system prompt · GodPrompt source
Related MCP servers: Google Search Console · GEO Tracker · Web Validator · Google News & Trends
This listing does not have a supported local package template. Use the maintainer’s documentation for its hosted endpoint, authentication, and client-specific setup. No install command has been inferred.
https://github.com/AKzar1el/god-prompt-mcp/releases/download/v1.0.26/god-prompt-mcp-1.0.26.mcpbotherGodPrompt MCP Server works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.