Back to Home
Novathegoat1 icon

lanhu-mcp

Verified Safe

by 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

Run Command
docker-compose up -d

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-19

Tags

Lanhu IntegrationModel Context ProtocolAI DevelopmentRequirement AnalysisTeam Collaboration