Back to Browse

Perenna MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

A lightweight, Git-backed permanent memory for AI agents.

About

A lightweight, Git-backed permanent memory for AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue 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

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Embedding provider API key (optional; overrides a stored key; providers can also be configured via `vexor init`)Required

Environment variable: VEXOR_API_KEY

Remote reranker API key (optional; overrides a stored key; only needed when rerank is set to remote)Required

Environment variable: VEXOR_REMOTE_RERANK_API_KEY

Non-secret Vexor config as a JSON object, e.g. {"provider": "gemini", "rerank": "bm25"} (optional; merged over ~/.vexor/config.json; credential fields are rejected, use the dedicated variables)Optional

Environment variable: VEXOR_CONFIG_JSON

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-scarletkc-perenna": {
      "env": {
        "VEXOR_API_KEY": "your-vexor-api-key-here",
        "VEXOR_CONFIG_JSON": "your-vexor-config-json-here",
        "VEXOR_REMOTE_RERANK_API_KEY": "your-vexor-remote-rerank-api-key-here"
      },
      "args": [
        "perenna"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!