semantic-wake-intelligence-mcp
Verified Safeby semanticintent
Overview
Provides a 3-layer temporal intelligence system for AI agents, managing context with causality tracking, memory management, and predictive pre-fetching via an MCP server.
Installation
npm run devEnvironment Variables
- DB
- AI
Security Notes
The project uses Cloudflare Workers and D1, with D1 queries employing prepared statements to mitigate SQL injection. CORS is set to allow all origins (`*`), which is common for development tools but should be noted for production APIs. The `SECURITY.md` outlines good practices for secret management via Cloudflare bindings and `.gitignore`. Error handling generally returns generic messages to clients. The `MCPProtocolHandler` logs incoming request bodies, which could contain sensitive context content if not managed securely.
Similar Servers
mcp-server-cloudflare
Enable Large Language Models (LLMs) to interact with and automate tasks across various Cloudflare services through a standardized Model Context Protocol (MCP).
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.
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.
sandbox-mcp
This MCP server acts as a coding agent platform, providing a programmatic interface to Cloudflare Sandbox environments for secure code execution, process management, Git operations, and interaction with AI models like Claude Code.