awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to segmentio/chamber

Projects sharing features with Chamber

30 open-source projects similar to segmentio/chamber, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • pinterest/knoxpinterest avatar

    pinterest/knox

    1,266View on GitHub↗

    Knox is a secret management service

    Go
    View on GitHub↗1,266
  • aserto-dev/topazaserto-dev avatar

    aserto-dev/topaz

    1,343View on GitHub↗

    Cloud-native authorization for modern applications and APIs

    Go
    View on GitHub↗1,343
  • awslabs/git-secretsawslabs avatar

    awslabs/git-secrets

    13,177View on GitHub↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    Shell
    View on GitHub↗13,177
  • bitnami-labs/sealed-secretsbitnami-labs avatar

    bitnami-labs/sealed-secrets

    8,925View on GitHub↗

    Sealed Secrets is a Kubernetes secret encryption tool and controller designed for GitOps security. It provides a mechanism to encrypt sensitive data into specialized resources that can be safely stored in public version control systems and decrypted only within a cluster. The system uses an asymmetric encryption manager to seal secrets with a public key, ensuring that only the corresponding private key held within the cluster can unseal them. It includes utilities for security key rotation, secret re-encryption, and offline private key recovery to maintain data access during disaster recovery

    Godevops-workflowencrypt-secretsgitops
    View on GitHub↗8,925

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • chef/chef-vaultchef avatar

    chef/chef-vault

    407View on GitHub↗

    Securely manage passwords, certs, and other secrets in Chef

    Ruby
    View on GitHub↗407
  • christophenglisch/keycloak-model-context-protocolChristophEnglisch avatar

    ChristophEnglisch/keycloak-model-context-protocol

    45View on GitHub↗

    A Model Context Protocol server for Keycloak administration, providing tools to manage users and realms.

    TypeScript
    View on GitHub↗45
  • cloud-foundations/keymasterCloud-Foundations avatar

    Cloud-Foundations/keymaster

    148View on GitHub↗

    Short term certificate based identity system (ssh/x509 ca openidc)

    Go
    View on GitHub↗148
  • cloudflare/redoctobercloudflare avatar

    cloudflare/redoctober

    1,417View on GitHub↗

    Go server for two-man rule style file encryption and decryption.

    Go
    View on GitHub↗1,417
  • conradirwin/dotgpgConradIrwin avatar

    ConradIrwin/dotgpg

    169View on GitHub↗

    A secure and easy-to-use store for your production secrets

    Ruby
    View on GitHub↗169
  • cossacklabs/acracossacklabs avatar

    cossacklabs/acra

    1,482View on GitHub↗

    Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.

    Go
    View on GitHub↗1,482
  • external-secrets/kubernetes-external-secretsE

    external-secrets/kubernetes-external-secrets

    2,584View on GitHub↗

    This project has been deprecated. Please take a look at ESO (External Secrets Operator) instead https://github.com/external-secrets/external-secrets

    JavaScript
    View on GitHub↗2,584
  • fugue/credstashfugue avatar

    fugue/credstash

    2,064View on GitHub↗

    A little utility for managing credentials in the cloud

    Python
    View on GitHub↗2,064
  • godaddy/kubernetes-external-secretsG

    godaddy/kubernetes-external-secrets

    0View on GitHub↗
    View on GitHub↗0
  • gopasspw/gopassgopasspw avatar

    gopasspw/gopass

    6,940View on GitHub↗

    gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving encrypted credentials. It functions as a collaborative secret manager that encrypts data using GPG or age and synchronizes it across devices and teams using Git. The system distinguishes itself by treating version control repositories as the primary storage backend, enabling secure secret sharing and version history for credentials. It utilizes a hierarchical directory structure to organize secrets on the filesystem and supports multi-store mounting to combine multiple independent rep

    Go
    View on GitHub↗6,940
  • hashicorp/vaulthashicorp avatar

    hashicorp/vault

    35,796View on GitHub↗

    Vault is a centralized secrets management platform designed to secure, store, and control access to sensitive credentials such as API keys, passwords, certificates, and encryption keys. At its core, the system employs a barrier-based cryptographic sealing mechanism that requires an unseal process to decrypt internal storage, ensuring that sensitive data remains protected. It provides identity-based access control to manage granular permissions across distributed infrastructure, effectively centralizing security policies and authentication for both human and machine workloads. What distinguish

    Gogosecretsvault
    View on GitHub↗35,796
  • hieuttmmo/entraid-mcp-serverH

    hieuttmmo/entraid-mcp-server

    0View on GitHub↗
    View on GitHub↗0
  • lunasec-io/lunaseclunasec-io avatar

    lunasec-io/lunasec

    1,470View on GitHub↗

    LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/

    TypeScript
    View on GitHub↗1,470
  • lyft/confidantlyft avatar

    lyft/confidant

    1,857View on GitHub↗

    Confidant: your secret keeper. https://lyft.github.io/confidant

    Python
    View on GitHub↗1,857
  • marcwebbie/passpiemarcwebbie avatar

    marcwebbie/passpie

    919View on GitHub↗

    :closedlockwith_key: Multiplatform command-line password manager

    Python
    View on GitHub↗919
  • microsoft/enterprisemcpM

    microsoft/EnterpriseMCP

    0View on GitHub↗
    View on GitHub↗0
  • mozilla/sopsmozilla avatar

    mozilla/sops

    22,116View on GitHub↗

    Sops is a secrets encryption tool designed to encrypt and decrypt sensitive values within configuration files. It functions as a manager for secrets that integrates with cloud key vaults and PGP keys to secure data stored in version-controlled files. The tool utilizes structure-preserving encryption to encrypt individual values while keeping the overall file format and non-sensitive keys intact. It employs a KMS-backed encryption model, interfacing with external key management services from AWS, GCP, and Azure to handle cryptographic operations without exposing private keys locally. The proj

    Go
    View on GitHub↗22,116
  • netwrix/mcp-server-naanetwrix avatar

    netwrix/mcp-server-naa

    1View on GitHub↗

    An MCP server for Netwrix Access Analyzer, designed to integrate with Claude Desktop. Currently supports Active Directory and File System solutions.

    Python
    View on GitHub↗1
  • ricoberger/vault-secrets-operatorricoberger avatar

    ricoberger/vault-secrets-operator

    677View on GitHub↗
    Gocrdgitopshelm-chart
    View on GitHub↗677
  • sanyambassi/ciphertrust-manager-mcp-serverS

    sanyambassi/ciphertrust-manager-mcp-server

    0View on GitHub↗
    View on GitHub↗0
  • sanyambassi/thales-cdsp-cakm-mcp-serverS

    sanyambassi/thales-cdsp-cakm-mcp-server

    0View on GitHub↗
    View on GitHub↗0
  • sanyambassi/thales-cdsp-crdp-mcp-serverS

    sanyambassi/thales-cdsp-crdp-mcp-server

    0View on GitHub↗
    View on GitHub↗0
  • sanyambassi/thales-cdsp-csm-mcp-serverS

    sanyambassi/thales-cdsp-csm-mcp-server

    0View on GitHub↗
    View on GitHub↗0
  • semgrep/mcpsemgrep avatar

    semgrep/mcp

    670View on GitHub↗

    A MCP server for using Semgrep to scan code for security vulnerabilities.

    Python
    View on GitHub↗670
  • sobolevn/git-secretsobolevn avatar

    sobolevn/git-secret

    4,023View on GitHub↗

    git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext. The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git

    Shellencryptiongitgit-addons
    View on GitHub↗4,023
  • soluto/kamusS

    Soluto/kamus

    0View on GitHub↗
    View on GitHub↗0