Back to Browse

Memory Engine MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

About

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

Security Report

4.2
Use Caution4.2High Risk

Memory Engine MCP is a well-architected local-first memory system with proper authentication patterns and reasonable permissions for its purpose. Code quality is solid with appropriate input handling and error management. No critical vulnerabilities detected. Minor findings relate to broad exception handling and informational logging practices that do not materially impact security. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 5 high severity).

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

SQLite database path inside the container.Optional

Environment variable: MEMORY_DB_PATH

Optional directory for one-way markdown import.Optional

Environment variable: MARKDOWN_SOURCE

SSE server port. Default: 8085.Optional

Environment variable: MEMORY_PORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-simoneb79-memory-engine-mcp": {
      "env": {
        "MEMORY_PORT": "your-memory-port-here",
        "MEMORY_DB_PATH": "your-memory-db-path-here",
        "MARKDOWN_SOURCE": "your-markdown-source-here"
      },
      "args": [
        "-y",
        "github:SimoneB79/memory-engine-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!