Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

archive_generate_summary

Generate concise project summary reports by specifying a project ID, custom title, and required sections using the MCP protocol on Memory Bank MCP Server.

Instructions

生成项目总结报告

Input Schema

NameRequiredDescriptionDefault
includeSectionsNo包含的章节
projectIdYes项目ID
titleNo报告标题

Input Schema (JSON Schema)

{ "properties": { "includeSections": { "description": "包含的章节", "items": { "type": "string" }, "type": "array" }, "projectId": { "description": "项目ID", "type": "string" }, "title": { "description": "报告标题", "type": "string" } }, "required": [ "projectId" ], "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