Model Context Protocol (MCP) server for GodPrompt — production-grade AI coding workflows with TDD, debugging protocols, verification gates and progressive disclosure.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"god-prompt-mcp": {
"command": "npx",
"args": [
"-y",
"AKzar1el/god-prompt-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add god-prompt-mcp npx -y AKzar1el/god-prompt-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"god-prompt-mcp": {
"command": "npx",
"args": [
"-y",
"AKzar1el/god-prompt-mcp"
]
}
}
}
📋 Copy