envpact vault

01 / CUSTODY

Your vault, your account

Secrets live in <you>/envpact-secrets — a private GitHub repo only you can read. envpact never holds a token of yours.

02 / REUSE

One key, many cuts

Define OPENAI_API_KEY once in shared. Every project referencing shared.OPENAI_API_KEY picks up the value next run.

03 / REACH

Meets your agent where it works

MCP server for Claude Code, Cursor, Windsurf, Cline, Goose. Plus CLI, VS Code extension, GitHub Action, Python module.

04 / LOCUS

Dashboard, no middleman

This page reads and writes your vault straight through the GitHub API. No envpact server sits between you and your keys.

# cut envpact into any AI agent that speaks MCP
$ npx -y envpact-mcp

# or generate .env from your vault on the CLI
$ npx -y envpact-cli

CLI · MCP SERVER · GITHUB ACTION · VS CODE · PYTHON

FULL DOCUMENTATION →