Back to Browse

Provena MCP Server

Developer ToolsUse Caution4.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Evidence-backed, explainable persistent memory for MCP-compatible AI agents.

About

Evidence-backed, explainable persistent memory for MCP-compatible AI agents.

Security Report

4.0
Use Caution4.0High Risk

Valid MCP server (3 strong, 1 medium validity signals). 1 code issue detected. 5 known CVEs in dependencies (2 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 7 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.

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:

Base URL of the Provena REST APIOptional

Environment variable: PROVENA_API_URL

Agent credential issued by the Provena serviceRequired

Environment variable: PROVENA_API_KEY

Exact project or branch scope used for memoryOptional

Environment variable: PROVENA_SCOPE_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-admiralpunk-provena-memory": {
      "env": {
        "PROVENA_API_KEY": "your-provena-api-key-here",
        "PROVENA_API_URL": "your-provena-api-url-here",
        "PROVENA_SCOPE_ID": "your-provena-scope-id-here"
      },
      "args": [
        "provena-agent-memory"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!