Back to Home
loominal icon

pattern

Verified Safe

by loominal

Overview

Provides hierarchical, agent-specific and shared memory capabilities for AI agents using Model Context Protocol (MCP) and NATS JetStream.

Installation

Run Command
npx @loominal/pattern

Environment Variables

  • NATS_URL
  • LOOMINAL_PROJECT_ID
  • NATS_USER
  • NATS_PASS

Security Notes

The server employs good security practices including explicit environment variable configuration for sensitive information (NATS_URL, NATS_USER, NATS_PASS), robust input validation for memory content (max 32KB, non-empty), and clear access control for memory operations (e.g., private memories not visible to other agents, core memories require 'force' for deletion, shared memories require ownership for deletion). Project-level isolation is a key design feature. Communication is primarily via standard I/O (stdin/stdout) for the MCP protocol, reducing direct network attack surface for the core server logic, though the NATS backend requires network connectivity and its own security measures.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-12

Tags

AI memoryhierarchical storagemulti-agentNATS JetStreamMCP server