lanhu-mcp-codex
Read-only MCP server that converts Lanhu project/design links into design context consumable by Codex or other AI agents.
README
lanhu-mcp-codex
蓝湖只读 MCP 服务,用于把蓝湖项目/设计稿链接转换成 Codex 或其他 AI Agent 可消费的设计上下文。
当前能力
- 解析蓝湖链接中的
pid、tid、image_id、docType等参数。 - 通过蓝湖 Web API 只读获取项目画板列表。
- 下载可访问的画板缩略图。
- 生成本地
context.md和context.json。 - 提供 stdio MCP 工具,适合 Codex 本地接入。
快速开始
npm install
npm run build
npm test
设置蓝湖 Cookie:
LANHU_COOKIE="从蓝湖请求中复制的 Cookie 请求头"
启动 MCP:
node dist/index.js
Codex MCP 配置示例
将路径替换为本机仓库绝对路径:
[mcp_servers.lanhu-readonly]
type = "stdio"
command = "node"
args = ["C:\\path\\to\\lanhu-mcp-codex\\dist\\index.js"]
[mcp_servers.lanhu-readonly.env]
LANHU_COOKIE = "your_lanhu_cookie"
MCP 工具
lanhu_parse_url:解析蓝湖链接。lanhu_list_project_images:读取项目画板列表,不落盘。lanhu_get_design_context:生成本地上下文与缩略图资源。
默认产物目录:
.lanhu-mcp.local/runs/{timestamp}-{pidShort}/
├── context.json
├── context.md
└── images/
多 Agent 协作入口
新用户或新 AI Agent 接手前,按顺序阅读:
README.mdAGENTS.mddocs/PROJECT.mddocs/STATUS.mddocs/ROADMAP.mddocs/HANDOFF.mddocs/DECISIONS.mddocs/CODE_STANDARDS.md
每次阶段性开发结束前,需要:
- 跑
npm run typecheck、npm test、npm run build。 - 更新
docs/STATUS.md和docs/HANDOFF.md。 - 如果变更影响路线或架构,更新
docs/ROADMAP.md或docs/DECISIONS.md。 - 使用中文 Conventional Commits 提交,例如
feat: 增强蓝湖画板规范化逻辑。
已有本地仓库恢复工作时:
git status --short --branch
git pull --ff-only
npm install
npm run typecheck
npm test
npm run build
拉取后重新阅读 AGENTS.md、docs/STATUS.md、docs/HANDOFF.md、docs/ROADMAP.md、docs/DECISIONS.md,再继续开发。
安全边界
- 不提交真实 Cookie、Token、账号信息。
- 不打印、不保存、不写入
LANHU_COOKIE。 .lanhu-mcp.local/、dist/、node_modules/、work/、outputs/不提交。- V1 不做任何蓝湖写操作。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.