Hive Secrets
Server Details
Encrypted secret store and rotation for autonomous agent credentials
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- srotzin/hive-mcp-secrets
- GitHub Stars
- 0
- Server Listing
- hive-mcp-secrets
TDQS
Scored across 4 tools
Each tool targets a distinct operation: audit (log read), get (secret read), list (key enumeration), put (secret write). No overlap in functionality.
All tools follow a consistent verb_noun pattern with snake_case and the common prefix 'secrets_': audit, get, list, put. This allows agents to predict tool names.
With 4 tools covering core operations (read, write, list, audit), the count is well-scoped for a secrets management server, fitting the typical 3-15 range.
The set covers key operations but lacks a delete/remove tool. However, the put tool overwrites, so the missing delete is a minor gap that agents might work around.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
secrets_audit - First observed
secrets_get - First observed
secrets_list - First observed
secrets_put
Related MCP Connectors
A secret store for AI agents: the agent never sees the plaintext.
Encrypted A2A object storage for autonomous agent state and artifacts
Secrets for developers and agents—secure context and workflows without exposing secret values.
- FullmaktOAuthai.fullmakt
Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables AI agents to securely store and manage encrypted secrets locally while using them indirectly through environment-variable injection or file writes, so plaintext values never enter the agent's context.8MIT
- AlicenseNot gradedqualityAmaintenanceProvides a zero-knowledge credential vault for AI agents, allowing secure storage, retrieval, and management of secrets with cross-agent delegation and tamper-evident audit.MIT
- AlicenseNot gradedqualityBmaintenanceEncrypted secrets management MCP server for AI agents, enabling secure storage, retrieval, rotation, and auditing of API keys and credentials with AES-128 encryption.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents and MCP clients to securely store, retrieve, and manage encrypted credentials without hardcoding API keys.-
Glama MCP Gateway
Add one secure layer between your agents and this server.