Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

update_document

Modify and synchronize project-specific document content on the Memory Bank MCP Server, supporting types like project briefs, tasks, and custom formats for streamlined collaboration.

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