SikkerKey
A MCP server to allow your AI agent to manage your SikkerKey secrets vault.
Ads
Overview
Connect MCP-compatible AI clients to SikkerKey through a dedicated, scoped, audited, and plaintext-blind AI-agent identity. The SikkerKey MCP server connects MCP-compatible AI clients to the SikkerKey management plane. It lets an AI assistant help administer projects, secret metadata, policies, machines, alerts, audit activity, and other vault operations through a dedicated AI-agent identity. The MCP server is read-blind for stored secret values. It can create or replace values that you deliberately provide, but no tool can retrieve the plaintext of an existing stored secret.
Installation
sikkerkey-mcp serve
Configuration
{
"mcpServers": {
"sikkerkey": {
"command": "sikkerkey-mcp",
"args": [
"serve"
],
"env": {
"SIKKERKEY_AGENT_ID": "agent_..."
}
}
}
}Capabilities
- Verify agent identity and permissions
Ask the assistant to call `whoami` to confirm the active AI agent, granted scopes, project access, and recent audit activity.
- Manage secret lifecycle
Use `manage_secrets` to create, rotate, or schedule managed secrets, and `manage_temporary_secrets` for one-time self-destructing shares.
- Administer access and policies
Leverage `manage_policies` to create access policies with secret bindings, and `manage_canaries` to plant or disarm canary secrets.
- Oversee machine identities
Use `manage_machines` to approve, deny, rename, or revoke machines, and `manage_project_machines` to attach them with per-secret grants.
- Monitor and audit activity
Query the audit log via `read_audit`, configure alert triggers with `manage_alerts`, and manage signed webhook delivery through `manage_webhooks`.
- Handle recovery and cleanup
Restore or purge soft-deleted secrets with `manage_trash`, and manage the vault IP allowlist via `manage_ipallowlist`.
Tags
- security
- cloud-infrastructure
- devops-infrastructure
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.