Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

implement_add_note

Add notes to Memory Bank MCP Server to document project implementation details, including title, content, and related task IDs, for organized project management.

Instructions

记录实现细节

Input Schema

NameRequiredDescriptionDefault
contentYes笔记内容
projectIdYes项目ID
relatedTasksNo相关任务ID列表
titleYes笔记标题

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "笔记内容", "type": "string" }, "projectId": { "description": "项目ID", "type": "string" }, "relatedTasks": { "description": "相关任务ID列表", "items": { "type": "string" }, "type": "array" }, "title": { "description": "笔记标题", "type": "string" } }, "required": [ "projectId", "title", "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