lanhu-mcp
Verified Safeby Novathegoat1
Overview
Integrate Lanhu design documents and team collaboration with AI IDEs for automated requirement analysis, UI design viewing, slice extraction, and context sharing.
Installation
docker-compose up -dEnvironment Variables
- LANHU_COOKIE
- FEISHU_WEBHOOK_URL
- DATA_DIR
- HTTP_TIMEOUT
- VIEWPORT_WIDTH
- VIEWPORT_HEIGHT
- DEBUG
- SERVER_HOST
- SERVER_PORT
Security Notes
The server uses `LANHU_COOKIE` for authentication with Lanhu, which is a sensitive credential. While the project correctly advises storing this in environment variables and provides clear guides on securing it (`.env` file permissions, not committing to Git, regular rotation), user negligence in handling this cookie or exposing the server externally without proper network security (e.g., firewalls, HTTPS for production) could lead to risks. The project explicitly states that `0.0.0.0` is the default host and advises securing it. Input validation for `search_regex` is done via `re.compile`, which could be a ReDoS vector if not properly sanitized, though it operates on internal message content. File system operations are confined to the `./data` directory. No arbitrary code execution from user input or malicious patterns were found. The presence of `SECURITY.md` and detailed deployment best practices demonstrates a proactive security posture.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
spec-workflow-mcp
Facilitates structured, specification-driven software development by providing a workflow engine, real-time dashboards, and tools for task management, approvals, and detailed implementation logging, integrated with AI agents and VSCode.
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.