semantic-wake-intelligence-mcp
Verified Safeby semanticintent
Overview
A Model Context Protocol (MCP) server providing AI agents with a 3-layer temporal intelligence system for memory, causality, and prediction.
Installation
npm run devSecurity Notes
The server appears to follow good security practices for a Cloudflare Workers environment. It uses D1 prepared statements to prevent SQL injection, handles JSON parsing errors gracefully, and stores sensitive configurations (like database IDs) outside of version control via `wrangler.jsonc` and `.dev.vars` (as per `SECURITY.md`). Input validation is applied at the domain entity level (`ContextSnapshot.validate()`). CORS is permissive (`Access-Control-Allow-Origin: *`), which is noted. No `eval` or code obfuscation was found, and there are no hardcoded secrets in the provided source. Worker bindings (`env.DB`, `env.AI`) are used securely instead of direct `process.env` access.
Similar Servers
mcp-server-cloudflare
Centralized platform for Cloudflare's Model Context Protocol (MCP) servers, enabling AI clients to interact with diverse Cloudflare services using natural language for configuration, data analysis, and task automation.
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
sandbox-mcp
Manages and securely proxies AI coding agents running in Cloudflare Sandboxes to interact with external services like Anthropic and GitHub, providing zero-trust authentication and session persistence.
agent-never-give-up-mcp
Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.