Skip to content
VS Code

vallt for VS Code

io.github.ptriato/vallt

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

client:VS Code transport:stdio runtime:npm

Install vallt in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vallt in other clients