Skip to content
Grok

intent engineering for Grok

com.seanwinslow/intent-engineering

Audit, scaffold, and triage agent intent specs against a 9-section template.

client:Grok transport:stdio runtime:npm

Install intent engineering in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "intent-engineering": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@swins/intent-engineering-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

intent engineering in other clients