toddalchin/mcp-env-manager
If you are the rightful owner of mcp-env-manager and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Env Manager is a server designed to streamline the management of environment variables across development workflows, integrating with local projects and Vercel.
Tools
Functions exposed to the LLM to take actions
read_env_file
Read and parse an .env file from a project directory.
write_env_file
Write or update environment variables in an .env file.
validate_env_file
Validate that required environment variables exist in an .env file.
update_vercel_env
Update an environment variable in a Vercel project.
list_vercel_projects
List all Vercel projects (requires VERCEL_TOKEN).
get_vercel_env_vars
Get all environment variables for a Vercel project.
delete_vercel_env
Delete an environment variable from a Vercel project.
search_hardcoded_values
Search a codebase for hardcoded values.
bulk_update_supabase_credentials
Bulk update Supabase credentials across multiple projects.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client