Back to Home
semanticintent icon

semantic-wake-intelligence-mcp

Verified Safe

by 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

Run Command
npm run dev

Environment 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

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens300
Stars1
Forks0
Last Update2025-12-01

Tags

AI AgentsContext ManagementTemporal IntelligenceCloudflare WorkersDatabase Migrations