← Back to Plugins
MCP Server MCP

io.github.chirag127/secenv-mcp

github By github 👁 1 views ▲ 0 votes

Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions.

Homepage Verified source GitHub

Install

mcpb:https://github.com/chirag127/secenv-mcp/releases/download/v1.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/chirag127/secenv-mcp/releases/download/v1.1.0/secenv-mcp.mcpb",
      "version": "1.1.0",
      "fileSha256": "7b5988976a4d79e1aace760ef9d29fcdb19d6f98c314d157ac3eaf07081cda4b",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Git URL of your private secrets vault. Required on first run.",
          "isSecret": true,
          "name": "SECENV_REPO_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...