Back to Home
WebMCP-org icon

webmcp-sh

Verified Safe

by WebMCP-org

Overview

Demonstrates a client-side AI agent memory and tool ecosystem using WebMCP, enabling structured knowledge management, conversation tracking, and interaction with web applications via browser-based PostgreSQL.

Installation

Run Command
pnpm dev

Environment Variables

  • VITE_SENTRY_DSN
  • VITE_SENTRY_ENVIRONMENT

Security Notes

Application focuses on client-side AI memory management using PGlite (PostgreSQL in browser WASM). SQL execution tools (`sql_query`) include explicit safety checks to block dangerous operations (e.g., DROP, TRUNCATE, ALTER, CREATE) and SQL injection patterns. An append-only audit log is implemented and explicitly protected from AI modification or deletion via database triggers, enhancing data integrity and accountability. The Sentry DSN is hardcoded in `main.tsx`, which is a minor security oversight but not a critical vulnerability.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars5
Forks3
Last Update2025-12-12

Tags

WebMCPAI AgentsKnowledge GraphPGliteTypeScript