Back to Home
KomuDhara icon

nocturne_memory

Verified Safe

by KomuDhara

Overview

Provides long-term, structured memory and a dynamic knowledge graph for AI agents, enabling persistent recall, human collaboration, and complex world management.

Installation

Run Command
python backend/mcp_server.py

Environment Variables

  • NEO4J_URI
  • dbuser
  • dbpassword

Security Notes

Uses parameterized Cypher queries, mitigating injection risks. Database credentials are externalized via environment variables. AI interaction is restricted to create/modify, with explicit human-only deletion logic enforced by the MCP server, enhancing safety. `CORS allow_origins=["*"]` is set for development in `main.py`, which is a security risk in a production deployment if not restricted. File operations (snapshots) are handled within a controlled directory, with sanitation for resource IDs used in filenames. A wrapper script (`mcp_wrapper.py`) handles specific client environment issues by normalizing line endings, which is a controlled execution.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-17

Tags

ai-memoryknowledge-graphmcp-serverneo4jpython