Skip to content
Grok

sayou for Grok

io.github.pixell-global/sayou

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

client:Grok transport:stdio runtime:pypi

Install sayou in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sayou": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sayou"
      ]
    }
  }
}

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

sayou in other clients