Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

update_rule

Modify rule content and description in the Memory Bank MCP Server by specifying the rule ID and updating its details for precise document management.

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