envibe-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@envibe-mcplist environment variables"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
envibe-mcp
MCP server for envibe - the missing permission layer between AI agents and your .env.
Install
Add to your AI tool's MCP config:
{
"mcpServers": {
"envibe": {
"command": "npx",
"args": ["envibe-mcp"]
}
}
}claude mcp add envibe npx envibe-mcpAdd to claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add to your editor's MCP settings (see main envibe docs for details).
On first run, envibe automatically:
Creates
.env.manifest.yamlfrom your.env.exampleGenerates
.env.ai(filtered view for AI)Blocks direct
.envfile access
Related MCP server: @lobsterkit/vault-mcp
What is this?
This 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 |
| Actual value | Yes |
| Actual value | No |
|
| No |
| Format only | No |
| Nothing | No |
MCP Tools
Tool | Description |
| List visible variables with access levels |
| Get a variable's value (respects permissions) |
| Set a variable (only |
| Get detailed info including format and example |
| Check which required variables are missing |
v0.2.0 Features
Better error messages - When access is denied, get helpful guidance
Format hints - Know what format a variable should be (url, key, number, etc.)
Required var checking - Use
env_check_requiredto guide users through setup
For CLI tools
If you need CLI commands like envibe setup -i (interactive mode), envibe view, or envibe generate, install the full package:
npm install -g envibeLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that lets AI agents call APIs without ever seeing the credentials, using a local encrypted vault and per-secret allowlist policies for HTTP requests and subprocess environment variables.1AGPL 3.0

@lobsterkit/vault-mcpofficial
AlicenseAqualityCmaintenanceMCP server for LobsterVault, enabling AI agents to securely store, retrieve, manage, and share encrypted secrets with KMS envelope encryption, including environment variable injection.116 npmMIT- AlicenseAqualityDmaintenanceMCP server for ContextKeeper that enables AI assistants to read and modify context items through natural language commands.95 npmMIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI agents to securely add secrets to .env files by prompting the user to input the value through a local masked dialog, ensuring the agent never sees the secret.234 npmMIT