Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

plan_update_tasks

Update task planning documents within a specific project using the Memory Bank MCP Server. Input project ID and task content to manage Markdown-based task plans efficiently.

Instructions

更新任务规划文档

Input Schema

NameRequiredDescriptionDefault
contentYes任务文档内容
projectIdYes项目ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "任务文档内容", "type": "string" }, "projectId": { "description": "项目ID", "type": "string" } }, "required": [ "projectId", "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