Skip to content
Claude Desktop

Hive Secrets for Claude Desktop

io.github.srotzin/hive-mcp-secrets

Encrypted secret store and rotation for autonomous agent credentials

client:Claude Desktop transport:streamable-http

Install Hive Secrets in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hive-mcp-secrets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hive-mcp-secrets.onrender.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Hive Secrets in other clients