Skip to content
Grok

FlyDocs for Grok

ai.flydocs/flydocs

Spec-driven development workflow for AI agents: issue lifecycle, sessions, project updates.

client:Grok transport:stdio runtime:npm

Install FlyDocs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "flydocs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flydocs/cli"
      ]
    }
  }
}

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

FlyDocs in other clients