Back to Home
memnexus-ai icon

mx-releases

Verified Safe

by memnexus-ai

Overview

Facilitates AI agents by providing a Model Context Protocol (MCP) server for interacting with the MemNexus memory management API.

Installation

Run Command
cd packages/mcp && npm start

Environment Variables

  • MEMNEXUS_API_URL
  • MEMNEXUS_API_KEY

Security Notes

The repository demonstrates strong security practices for its CI/CD and package publishing pipeline, explicitly utilizing npm Trusted Publishing with GitHub Actions OIDC (short-lived tokens, no long-lived PATs, provenance attestations) and GitHub Apps for cross-repository access. The MemNexus API (which this MCP server interacts with) uses Bearer token authentication (ApiKeyAuth) as defined in its OpenAPI specification, a standard method for API security. No 'eval' or obvious malicious code patterns were found in the provided snippets. Runtime security would depend on the generated code, but the foundational practices are robust.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-18

Tags

MemNexusAI Agent IntegrationMemory ManagementOpenAPICode GenerationModel Context Protocol