Back to Browse

Genesys MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

About

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

Security Report

4.2
Use Caution4.2High Risk

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.

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.

What You'll Need

Set these up before or after installing:

OpenAI API key for embedding generation (optional — use GENESYS_EMBEDDER=local for no API key)Required

Environment variable: OPENAI_API_KEY

Anthropic API key for LLM-based memory processing (optional)Required

Environment variable: ANTHROPIC_API_KEY

Embedding provider: 'openai' or 'local' (default: openai)Optional

Environment variable: GENESYS_EMBEDDER

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!