demipass for Grok
com.dustforge/demipass
Credential custody for agents: use secrets blind (ssh/http/smtp/git/db), never in context.
client:Grok
transport:stdio
runtime:npm
Install demipass in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"demipass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"demipass"
],
"env": {
"DEMIPASS_TOKEN": "<DEMIPASS_TOKEN>",
"DEMIPASS_URL": "<DEMIPASS_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