MCP server for Strictly (Android StrictMode UI). Proxies the on-device debug HTTP server into MCP tools so AI agents can read live violations.
{
"mcpServers": {
"strictly": {
"command": "npx",
"args": [
"-y",
"strictly-mcp"
]
}
}
}