Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

reflect_create

Generate project reflection records for improved analysis and insights. Input project ID, title, and content to document learnings and progress efficiently.

Instructions

创建项目反思记录

Input Schema

NameRequiredDescriptionDefault
contentYes反思内容
projectIdYes项目ID
titleYes反思标题

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "反思内容", "type": "string" }, "projectId": { "description": "项目ID", "type": "string" }, "title": { "description": "反思标题", "type": "string" } }, "required": [ "projectId", "title", "content" ], "type": "object" }

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