Back to Home
semanticintent icon

semantic-wake-intelligence-mcp

Verified Safe

by semanticintent

Overview

A Model Context Protocol (MCP) server providing AI agents with a 3-layer temporal intelligence system for memory, causality, and prediction.

Installation

Run Command
npm run dev

Security 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

Stats

Interest Score12
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars2
Forks0
Last Update2025-12-18

Tags

mcpai-agentstemporal-intelligencecausalitymemory-management