rog0x/mcp-env-tools
MCP server for environment tools: .env parser/generator, port checker, system info, dependency checker Install: npx @rog0x/mcp-env-tools
Platform-specific configuration:
{
"mcpServers": {
"mcp-env-tools": {
"command": "npx",
"args": [
"-y",
"mcp-env-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server providing environment and configuration tools for AI agents. Helps with parsing .env files, generating templates, checking ports, inspecting system info, and verifying tool dependencies.
.env file and list all variable keys (values masked).env vs .env.example to find missing or extra variables.env file.env.example from an existing .env file (strips values, keeps comments, adds placeholders)package.json scriptsdocker-compose.yml filenpm install
npm run buildAdd to your MCP client config:
{
"mcpServers": {
"env-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-env-tools/dist/index.js"]
}
}
}MIT
Loading reviews...