Back to Home

memory-mcp

Verified Safe

by mhv2109

Overview

A Model Context Protocol (MCP) server that provides a SQLite-backed knowledge graph for persistent memory storage to AI clients like Claude.

Installation

Run Command
No command provided

Security Notes

The server primarily communicates over stdio (JSON-RPC 2.0), limiting network exposure. It uses a local SQLite database for storage. No obvious 'eval' or obfuscation is present. The primary risk would be malicious input leading to excessive resource consumption or data manipulation within the knowledge graph, but the Go type system and structured schemas mitigate common injection vulnerabilities. Log files are written to /tmp during debug mode.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-18

Tags

Knowledge GraphMCPGoSQLiteAI Integration