amakaflow/infisical-env
v0.1.0
Infisical secret refs, set, and path-key diff for workout-ingestor-api envs. Never returns plaintext secrets from list/diff.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
infisical-envstdio
{
"type": "stdio",
"command": "node",
"args": [
"server.mjs"
],
"cwd": "${PLUGIN_ROOT}",
"env": {
"INFISICAL_TOKEN": "${INFISICAL_TOKEN}",
"INFISICAL_PROJECT_ID": "${INFISICAL_PROJECT_ID}",
"INFISICAL_API_URL": "${INFISICAL_API_URL}"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "infisical-env",
"version": "0.1.0",
"description": "Infisical secret refs, set, and path-key diff for workout-ingestor-api envs. Never returns plaintext secrets from list/diff.",
"author": {
"name": "tinkabot"
}
}