Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
creative.md1.23 kB
# CREATIVE模式 ## 模式描述 CREATIVE模式专注于创意构思和方案设计。在此模式下,系统将帮助用户进行头脑风暴、方案比较和创意记录。 ## 使用场景 - 项目创意构思阶段 - 设计方案讨论 - 多方案对比和决策 - 创意收集和整理 ## MCP工具调用示例 ```javascript // 创建创意记录 { "name": "creative_add_idea", "arguments": { "projectId": "project-id-123", "title": "移动端适配方案", "content": "使用响应式设计 + 特定断点优化", "tags": ["设计", "移动端", "UI"] } } // 获取创意列表 { "name": "creative_get_ideas", "arguments": { "projectId": "project-id-123", "tag": "设计" // 可选,按标签筛选 } } // 更新系统设计文档 { "name": "creative_update_design", "arguments": { "projectId": "project-id-123", "content": "# 系统设计\n\n## 架构\n采用前后端分离架构...\n\n## 数据流\n..." } } ``` ## 输出示例 ```json { "status": "success", "message": "创意已添加", "idea": { "id": "idea-456", "title": "移动端适配方案", "createdAt": "2023-11-28T12:34:56Z", "tags": ["设计", "移动端", "UI"] } } ```

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/yywdandan/memory-bank-mcp-server'

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