Skip to content
Grok

Inlay for Grok

io.github.cartoonitunes/inlay

Make any website discoverable by AI agents via MCP, llms.txt, and structured data.

client:Grok transport:streamable-http

Install Inlay in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "inlay": {
      "type": "http",
      "url": "https://inlay.dev/api/mcp/{site_key}"
    }
  }
}

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

Inlay in other clients