ekkos-mcp-server
Verified Safeby ekkostech
Overview
Provides a persistent, multi-layered memory system for AI agents in IDEs, enabling them to learn from past interactions, solutions, and directives to become smarter over time.
Installation
npx -y @ekkos/mcp-serverEnvironment Variables
- SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_URL
- SUPABASE_SERVICE_ROLE_KEY
- MEMORY_API_TOKEN
- EKKOS_USER_ID
- EKKOS_API_KEY
- MEMORY_API_URL
- ECHO_API_URL
- ECHO_API_KEY
Security Notes
The server relies on environment variables for sensitive API keys (e.g., SUPABASE_SERVICE_ROLE_KEY), which is good practice to avoid hardcoding. However, the service role key grants direct and powerful access to the Supabase database. If the user's local environment where this server runs is compromised, these keys could be exposed, leading to potential data manipulation. The server makes external HTTP/HTTPS requests to backend services (api.ekkos.dev and Supabase directly) which is inherent to its functionality. No obvious use of 'eval' or code obfuscation was found. Error logging explicitly includes parts of the response data which could contain sensitive information if backend API errors returned it.
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
context-sync
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
cortexgraph
CortexGraph serves as a Model Context Protocol (MCP) server providing short-term memory for AI assistants, featuring temporal decay, spaced repetition, multi-agent consolidation (merge, promote, relate), and long-term memory integration with Obsidian vaults. It aims to prevent memory loss and surface relevant context naturally in conversations.
post-cortex
Post-Cortex is an MCP server that provides AI assistants with long-term memory, storing conversations, decisions, and insights in a searchable knowledge base with automatic entity extraction and semantic search capabilities.