MCP Directory

forest6511/secretctl

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y secretctl

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route forest6511/secretctl intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add secretctl

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use forest6511/secretctl directly without routing

npx -y secretctl

New to Agent-CoreX? View setup guide →

forest6511/secretctl MCP Server — Agent-CoreX