Skip to main content
Glama

DollhouseMCP

by DollhouseMCP
index.tsโ€ข756 B
/** * Pattern Encryption Module * * Part of Issue #1321 Phase 2: Memory Security Architecture * * Exports encryption services for pattern security: * - PatternEncryptor: AES-256-GCM encryption/decryption * - PatternDecryptor: Secure decryption with LLM context protection * - ContextTracker: Execution context tracking for security * * @module security/encryption */ export { PatternEncryptor } from './PatternEncryptor.js'; export { PatternDecryptor } from './PatternDecryptor.js'; export { ContextTracker } from './ContextTracker.js'; export type { EncryptedPattern, EncryptionConfig } from './PatternEncryptor.js'; export type { DecryptionAttempt } from './PatternDecryptor.js'; export type { ExecutionContext } from './ContextTracker.js';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DollhouseMCP/DollhouseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server