Skip to content
Grok

GodPrompt MCP Server for Grok

io.github.akzar1el/god-prompt-mcp

GodPrompt MCP + Agent Skill for coding agents with TDD, debugging, verification, and task routing.

client:Grok transport:streamable-http runtime:mcpb tools:7

Install GodPrompt MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "god-prompt-mcp": {
      "type": "http",
      "url": "https://god-prompt-mcp.tomi-seregi99.workers.dev/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

What Grok can do once it is connected

GodPrompt MCP Server in other clients