Skip to content
VS Code

Hive Secrets for VS Code

io.github.srotzin/hive-mcp-secrets

Encrypted secret store and rotation for autonomous agent credentials

client:VS Code transport:streamable-http

Install Hive Secrets in VS Code

.vscode/mcp.json

{
  "servers": {
    "hive-mcp-secrets": {
      "type": "http",
      "url": "https://hive-mcp-secrets.onrender.com/mcp"
    }
  }
}

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

Hive Secrets in other clients