Memory Bank MCP Server

by yywdandan
MIT License
5

update_document

Modify Markdown document content in the Memory Bank MCP Server. Specify project ID, document type, and updated content to keep project data organized and current.

Instructions

更新文档内容

Input Schema

NameRequiredDescriptionDefault
contentYes文档内容
projectIdYes项目ID
typeYes文档类型 (projectbrief, productContext, activeContext, systemPatterns, techContext, progress, tasks, custom)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "文档内容", "type": "string" }, "projectId": { "description": "项目ID", "type": "string" }, "type": { "description": "文档类型 (projectbrief, productContext, activeContext, systemPatterns, techContext, progress, tasks, custom)", "type": "string" } }, "required": [ "projectId", "type", "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