Skip to content
Grok

vallt for Grok

io.github.ptriato/vallt

API credential manager for Claude Code. Connect services, store keys in keychain, monitor health.

client:Grok transport:stdio runtime:npm

Install vallt in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vallt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vallt/mcp-server"
      ]
    }
  }
}

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

vallt in other clients