Memory Bank MCP Server

by yywdandan
MIT License
5

update_project

Modify project details, including name and description, on the Memory Bank MCP Server. Streamline updates for multi-project Markdown document management and ensure accurate project isolation.

Instructions

更新项目信息

Input Schema

NameRequiredDescriptionDefault
descriptionNo新项目描述
idYes项目ID
nameNo新项目名称

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "新项目描述", "type": "string" }, "id": { "description": "项目ID", "type": "string" }, "name": { "description": "新项目名称", "type": "string" } }, "required": [ "id" ], "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