Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

plan_add_task

Add new tasks to a project's task list with specified details like description, priority, and deadline. Supports project isolation within multi-project Markdown document management.

Instructions

添加新任务到任务列表

Input Schema

NameRequiredDescriptionDefault
deadlineNo截止日期(YYYY-MM-DD格式)
priorityNo优先级(high, medium, low)
projectIdYes项目ID
taskYes任务描述

Input Schema (JSON Schema)

{ "properties": { "deadline": { "description": "截止日期(YYYY-MM-DD格式)", "type": "string" }, "priority": { "description": "优先级(high, medium, low)", "type": "string" }, "projectId": { "description": "项目ID", "type": "string" }, "task": { "description": "任务描述", "type": "string" } }, "required": [ "projectId", "task" ], "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