mcp-server
Verified Safeby DollhouseMCP
Overview
Manages AI customization and persistent context through modular, reusable elements (Personas, Skills, Agents, Templates, Memories).
Installation
npx @dollhousemcp/mcp-serverEnvironment Variables
- DOLLHOUSE_USER
- DOLLHOUSE_EMAIL
- DOLLHOUSE_PORTFOLIO_DIR
- DOLLHOUSE_TELEMETRY
- GITHUB_TOKEN
- DOLLHOUSE_GITHUB_CLIENT_ID
- DOLLHOUSE_AUTO_SUBMIT_TO_COLLECTION
- DOLLHOUSE_DISABLE_AUTOLOAD
- DOLLHOUSE_VERBOSE_LOGGING
- DOLLHOUSE_LOG_TIMING
Security Notes
The project demonstrates exceptional security practices with comprehensive input validation (sanitization, Unicode normalization, explicit type checks), robust protection against YAML injection (SecureYamlParser with FAILSAFE_SCHEMA), path traversal, and ReDoS attacks (SafeRegex library with timeouts). It implements memory limits to prevent DoS, enforces content trust levels (especially for AI-generated memories), and maintains extensive audit logs via SecurityMonitor. Hardcoded secrets were not found, and network requests are directed to trusted domains. The codebase explicitly references and resolves numerous security fixes (e.g., PR #319, #1187, #1269, #1314, #1400) and security audits, indicating a proactive and mature approach to security.
Similar Servers
activepieces
An all-in-one AI automation platform designed to be extensible, serving as an open-source replacement for Zapier. It enables users to build AI-driven workflows and integrations using a type-safe TypeScript framework, and functions as a comprehensive MCP toolkit for connecting LLMs to various services.
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
trigger.dev
A platform for building and executing reliable, scalable background tasks and complex workflows, supporting various runtimes (Node.js, Python, Bun), including advanced AI agent orchestration, event-driven processing, and real-time data handling.
agents
This MCP (Model Context Protocol) Server acts as a proxy for the Inkeep Agent Framework's Management API. It exposes administrative functionalities (e.g., CRUD operations for agents, projects, tools, and credentials) via the MCP protocol, allowing other clients or agents to interact with the Inkeep Management API through a standardized interface.