vaultgate for Grok
io.github.adamrowles1996/vaultgate
Self-hosted remote MCP server for Bitwarden and Vaultwarden with OAuth 2.1; agents hold tokens only
client:Grok
transport:streamable-http
Install vaultgate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vaultgate": {
"type": "http",
"url": "https://{vaultgate_host}/mcp"
}
}
}
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