Secure permission layer between AI agents and your .env files
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for envibe - the missing permission layer between AI agents and your .env.
Add to your AI tool's MCP config:
Add to claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your editor's MCP settings (see main envibe docs for details).
On first run, envibe automatically:
.env.manifest.yaml from your .env.example.env.ai (filtered view for AI).env file accessThis is the MCP server component of envibe. It gives AI coding assistants controlled access to your environment variables with 5 access levels:
| Level | AI Can See | AI Can Modify |
|---|---|---|
full | Actual value | Yes |
read-only | Actual value | No |
placeholder | <VAR_NAME> | No |
schema-only | Format only | No |
hidden | Nothing | No |
| Tool | Description |
|---|---|
env_list | List visible variables with access levels |
env_get | Get a variable's value (respects permissions) |
env_set | Set a variable (only full access) |
env_describe | Get detailed info including format and example |
env_check_required | Check which required variables are missing |
env_check_required to guide users through setupIf you need CLI commands like envibe setup -i (interactive mode), envibe view, or envibe generate, install the full package:
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/envibe)<a href="https://allmcps.com/mcp/envibe"><img src="https://allmcps.com/api/badge/envibe?style=directory" alt="Envibe on AllMCPs" /></a>