Check .env.example files for MCP servers without exposing real tokens.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-env-template-che": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-env-template-check"
]
}
}
}
Run in terminal:
claude mcp add mcp-env-template-che npx -y aolingge/mcp-env-template-check
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-env-template-che": {
"command": "npx",
"args": [
"-y",
"aolingge/mcp-env-template-check"
]
}
}
}