Back to Home
deya2021 icon

wawapp-mcp-debug-server

Verified Safe

by deya2021

Overview

A read-only debugging server for the WawApp Firebase/Flutter ecosystem, providing diagnostic tools via the Model Context Protocol (MCP).

Installation

Run Command
npm start

Environment Variables

  • ENVIRONMENT

Security Notes

The server explicitly enforces a 'strictly read-only' guarantee across all tools. It implements robust security features including token bucket rate limiting (per-tool and global), PII masking for sensitive data (phone numbers, names, GPS coordinates), and comprehensive audit logging for all tool executions with sanitized parameters. Input validation uses Zod schemas, and errors are normalized to prevent exposing internal details. It runs as a StdioServer, meaning it communicates via standard input/output rather than exposing network ports, reducing direct attack surface. The documentation explicitly recommends using read-only Firebase roles ('datastore.viewer', 'logging.viewer'). No 'eval' or similar dangerous patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-13

Tags

MCPFirebaseDebuggingFlutterDiagnostic Tools