Server data from the Official MCP Registry
Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).
Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).
Genesys Memory is a well-structured MCP server for AI memory management with solid authentication and authorization controls. Permissions align appropriately with purpose (file I/O, network for embeddings/LLM APIs, environment variables). Several low-severity code quality issues exist around exception handling and input validation, but no critical security vulnerabilities or data exfiltration patterns are present. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
3 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENAI_API_KEY
Environment variable: ANTHROPIC_API_KEY
Environment variable: GENESYS_EMBEDDER
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-astrix-labs-genesys-memory": {
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here",
"GENESYS_EMBEDDER": "your-genesys-embedder-here",
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here"
},
"args": [
"genesys-memory"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.