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: prompts-mcp-server
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
Maintenance
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI-powered selection and generation of specialized system prompts from a database of over 66 templates for Claude Code. It uses semantic search to find the best matching template and can adapt it to fit specific user tasks and contexts.
- AlicenseAqualityBmaintenanceAutomatically generates and manages a prompts system for software projects, enabling persistent context for AI coding assistants through project scanning, requirement clarification, and module tracking.860MIT

@event4u/agent-configofficial
AlicenseAqualityAmaintenanceUniversal AI Agent OS — governed skills, rules, and commands for AI coding assistants (Claude Code, Augment, Cursor, Copilot, Windsurf). Read-only MCP bridge serves prompts and resources from a release-pinned content bundle.6202,3398MIT- -licenseNot gradedqualityNot gradedmaintenanceProvides access to 224 battle-tested skills plus multi-agent orchestration, exposed as tools for Claude or Codex.
Related MCP Connectors
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Git-backed platform for skills, tools, and context for AI agents
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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