Manage AdGuard Home through AI assistants
Set these up before or after installing:
Environment variable: ADGUARD_URL
Environment variable: ADGUARD_USERNAME
Environment variable: ADGUARD_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-samik081-mcp-adguard-home": {
"env": {
"ADGUARD_URL": "your-adguard-url-here",
"ADGUARD_PASSWORD": "your-adguard-password-here",
"ADGUARD_USERNAME": "your-adguard-username-here"
},
"args": [
"-y",
"@samik081/mcp-adguard-home"
],
"command": "npx"
}
}
}This is a well-structured MCP server for managing AdGuard Home DNS filtering with proper authentication requirements and appropriate permissions for its purpose. The code shows good security practices with credentials stored in environment variables and comprehensive input validation, though there are some areas for improvement in error handling and input sanitization. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
Scanned 5 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!