Server data from the Official MCP Registry
Graph-based memory system for LLMs with knowledge graphs and semantic search
Graph-based memory system for LLMs with knowledge graphs and semantic search
Set these up before or after installing:
Environment variable: MEMOGRAPH_VAULT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-indhar01-memograph": {
"env": {
"MEMOGRAPH_VAULT": "your-memograph-vault-here"
},
"args": [
"-y",
"memograph-web-ui"
],
"command": "npx"
}
}
}This is a well-structured MemoGraph library implementing a graph-based memory system for LLMs. The code demonstrates good practices with proper authentication through environment variables, appropriate permissions for a developer tools library, and clean architecture. Minor findings include potential path traversal vulnerabilities and broad exception handling patterns, but these don't significantly impact the security posture given the library's purpose. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 7 high severity). Package verification found 1 issue.
Scanned 4 files · 15 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!