AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y secretctlAgent-CoreX intelligently routes which tools from forest6511/secretctl your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"secretctl": {
"command": "npx",
"args": [
"-y",
"secretctl"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add secretctlAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use forest6511/secretctl directly without routing
npx -y secretctlNew to Agent-CoreX? View setup guide →