Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

update_rule

Modify rule content and descriptions in the Memory Bank MCP Server to manage multi-project Markdown documents effectively. Input rule ID and new content for updates.

Instructions

更新规则内容

Input Schema

NameRequiredDescriptionDefault
contentYes规则新内容
descriptionNo规则描述
idYes规则ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "规则新内容", "type": "string" }, "description": { "description": "规则描述", "type": "string" }, "id": { "description": "规则ID", "type": "string" } }, "required": [ "id", "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