Skip to content
VS Code

clavis for VS Code

io.github.kn0wbot/clavis

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

client:VS Code transport:stdio runtime:npm

Install clavis in VS Code

.vscode/mcp.json

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

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

clavis in other clients