logi for Grok
dev.1pass/logi
logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs.
client:Grok
transport:stdio
runtime:npm
Install logi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"logi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@1pass/mcp"
],
"env": {
"LOGI_API_KEY": "<LOGI_API_KEY>",
"LOGI_API_URL": "<LOGI_API_URL>"
}
}
}
}
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