Back to Home
PerkyZZ999 icon

MemorizedMCP-TS

Verified Safe

by PerkyZZ999

Overview

Provides a Bun + TypeScript powered Model Context Protocol (MCP) server with hybrid memory, document intelligence, and knowledge graph tooling for AI agents.

Installation

Run Command
npx -y memorizedmcp-ts --multi-tool

Environment Variables

  • DATA_ROOT
  • TRANSFORMER_MODEL
  • MCP_MULTI_TOOL
  • LOG_LEVEL

Security Notes

The server includes a `run_code` tool that executes TypeScript code in a sandbox (using `new AsyncFunction()`). While attempts are made to restrict access to globals (only `services` and `console` are injected), direct filesystem access via services (e.g., `document.ingest` within `DATA_ROOT`) and outbound network calls (e.g., `TRANSFORMER_MODEL` download) are part of its intended functionality. A compromised `TRANSFORMER_MODEL` URL or a successfully exploited vulnerability in the sandbox could lead to risks. Users should ensure `DATA_ROOT` permissions are restricted and `TRANSFORMER_MODEL` sources are trusted.

Similar Servers

Stats

Interest Score28
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars1
Forks0
Last Update2025-11-20

Tags

mcp-serverai-memoryknowledge-graphdocument-intelligencebun