Vault MCP for Grok
io.github.chill-ai-space/vault
MCP server for credential isolation — bots use passwords and API keys without seeing them
client:Grok
transport:stdio
runtime:npm
Install Vault MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chillai-vault-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