Back to Home
jiahuidegit icon

memory-mcp-server

Verified Safe

by jiahuidegit

Overview

A structured AI context memory system designed for Claude Code, focusing on comprehensive context preservation and multi-level retrieval for developer tasks.

Installation

Run Command
npx memory-pulse-mcp-server

Environment Variables

  • NODE_ENV
  • PORT
  • DATABASE_URL
  • MEMORY_STORAGE
  • MEMORY_DB_PATH
  • NEXT_PUBLIC_API_URL
  • EMBEDDING_PROVIDER
  • OPENAI_API_KEY
  • EMBEDDING_MODEL
  • EMBEDDING_DIMENSIONS
  • EMBEDDING_BASE_URL

Security Notes

The server relies on environment variables for sensitive database connections. SQL injection risks are mitigated by using parameterized queries through 'better-sqlite3' for SQLite and Prisma for PostgreSQL. The 'execSync' command is used for Prisma database migrations, which is a controlled administrative task and not directly exposed to untrusted user input. No 'eval' or other blatant malicious patterns were found.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2026-01-19

Tags

AIMemoryContextStructured DataMulti-level Search