Skip to main content
Glama

Agents Library MCP Server

sops_config_creation.agents.md886 B
# SOPS Configuration File Creation This document provides instructions for creating a `.sops.yaml` configuration file for use with SOPS (Secrets OPerationS). ## .sops.yaml The `.sops.yaml` file is used to configure SOPS for a repository. It defines rules for encrypting files based on their filenames. ### Example `.sops.yaml` Here is an example of a `.sops.yaml` file that encrypts all `.yaml` and `.db` files using an `age` key. ```yaml creation_rules: - filename_regex: \.yaml$ age: 'age1x2at6wwq2gks47fsep9a25emdeqd93e3k0gfsswtmhruqrteu5jqjvy7kd' - filename_regex: \.db$ age: 'age1x2at6wwq2gks47fsep9a25emdeqd93e3k0gfsswtmhruqrteu5jqjvy7kd' ``` ### Instructions 1. Create a file named `.sops.yaml` in the root of your repository. 2. Copy the content from the example above into your `.sops.yaml` file. 3. Replace the `age` key with your own public `age` key.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nicholaswilde/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server