Back to Home
ekkostech icon

ekkos-mcp-server

Verified Safe

by 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

Run Command
npx -y @ekkos/mcp-server

Environment 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

Stats

Interest Score55
Security Score8
Cost ClassMedium
Avg Tokens200
Stars1
Forks0
Last Update2025-12-14

Tags

AI memoryIDE agentdevelopmentknowledge managementpattern recognitionlearning system