Agents
Envlet for Claude Code
Add one MCP server and say move us to Envlet. Claude Code signs you in, creates the project, imports your .env files, and gives itself an identity with production withheld.
Install
claude mcp add --scope user envlet -- npx -y @envlet/cli mcpRun with its own identity
envlet run -- claudeSay the word
Move us to Envlet.Set up
- 01
Add the MCP server
One command registers the Envlet MCP server for every project on your machine.
- 02
Give it an identity
Create an agent identity for Claude Code in the dashboard or let the migrate prompt do it. Its token opens one environment, and production starts fully withheld.
- 03
Run it through Envlet
Start Claude Code with envlet run. It sees the values for its identity and nothing else, and every read shows up under its name.
Questions
- Can Claude Code read production secrets?
- Not by default. A new agent grant withholds every current and future production variable. You allow specific names when you decide to.
- Do agent identities count toward my plan?
- No. Agents and CI identities are unlimited on every plan. Only humans are members.