GodPrompt MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GodPrompt MCP Serverget the core skill for AI software development"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GodPrompt MCP Server
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 |
| Full GodPrompt.md single-file payload (~40KB) |
|
|
|
|
|
|
|
|
| Classify a task into one of 9 GodPrompt task types |
| Version info and server metadata |
Related MCP server: House Rules
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/mcpClaude 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 WorkersUpdating Content
To update the GodPrompt content:
Pull latest from the god-prompt repo
Run the content generator:
npm run generate-contentDeploy:
npm run deploy
License
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AKzar1el/god-prompt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server