Skip to content
Grok

say ur intent for Grok

io.github.stelis-dev/say-ur-intent

Local-first Sui DeFi evidence and review for AI clients before wallet signing.

client:Grok transport:stdio runtime:npm

Install say ur intent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "say-ur-intent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stelis/say-ur-intent"
      ]
    }
  }
}

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

say ur intent in other clients