MCP Server
io.github.vola-trebla/env-secret-exposure-analyzer-mcp MCP Server
io.github.vola-trebla/env-secret-exposure-analyzer-mcp
What is the io.github.vola-trebla/env-secret-exposure-analyzer-mcp MCP server?
Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.
How to install io.github.vola-trebla/env-secret-exposure-analyzer-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"env-secret-exposure-analyzer-mcp": {
"command": "npx",
"args": [
"-y",
"env-secret-exposure-analyzer-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"env-secret-exposure-analyzer-mcp": {
"command": "npx",
"args": [
"-y",
"env-secret-exposure-analyzer-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"env-secret-exposure-analyzer-mcp": {
"command": "npx",
"args": [
"-y",
"env-secret-exposure-analyzer-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"env-secret-exposure-analyzer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"env-secret-exposure-analyzer-mcp"
]
}
}
}Claude Code
claude mcp add env-secret-exposure-analyzer-mcp -- npx -y env-secret-exposure-analyzer-mcpRelated MCP servers
MCP server that uses TypeScript AST to find which tests are affected by a code change
View repository →MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history
View repository →Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
View repository →MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions
View repository →MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
View repository →MCP server for unpacking and analyzing Playwright trace.zip archives
View repository →