Back to Home
okooo5km icon

memory-mcp-server-go

Verified Safe

by okooo5km

Overview

A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.

Installation

Run Command
memory-mcp-server-go

Environment Variables

  • MEMORY_FILE_PATH

Security Notes

The server supports optional Bearer token authentication for network transports (SSE/HTTP), which is crucial for secure deployment. However, this authentication is not enabled by default, and the server itself does not provide TLS encryption. For production environments, it is critical to deploy the server behind a reverse proxy that handles HTTPS and to enable the `--auth-bearer` flag. The `Access-Control-Allow-Origin: *` header on the SSE endpoint further emphasizes the need for robust external authentication. The `install.sh` script, while convenient, downloads and executes a binary via `curl | bash`, which carries inherent supply chain risks.

Similar Servers

Stats

Interest Score50
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars83
Forks8
Last Update2026-01-19

Tags

Knowledge GraphLLM MemoryGoSQLiteMCP Server