agentvault for Grok
io.github.bch1212/agentvault
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
client:Grok
transport:stdio
runtime:npm
Install agentvault in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentvault-mcp"
],
"env": {
"AGENTVAULT_API_URL": "<AGENTVAULT_API_URL>",
"AGENTVAULT_AGENT_KEY": "<AGENTVAULT_AGENT_KEY>"
}
}
}
}
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