MCP Server
MCP
io.github.chirag127/secenv-mcp
Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions.
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
By
Comments
Sign in to leave a comment