Skip to content
Grok

authshore for Grok

io.github.jyswee/authshore

Auth infrastructure for coding agents. User pools, secrets vault, token management. As easy as git.

client:Grok transport:sse runtime:npm

Install authshore in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "authshore": {
      "type": "sse",
      "url": "https://mcp.authshore.ai/sse"
    }
  }
}

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

authshore in other clients