mx-releases
Verified Safeby memnexus-ai
Overview
Facilitates AI agents by providing a Model Context Protocol (MCP) server for interacting with the MemNexus memory management API.
Installation
cd packages/mcp && npm startEnvironment 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
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
mem-agent-mcp
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.