Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

create_rule

Define customized rules for managing multi-project Markdown documents in Memory Bank MCP Server. Specify rule name, content, and scope (global or project-specific) to streamline document organization and processing.

Instructions

创建新规则

Input Schema

NameRequiredDescriptionDefault
contentYes规则内容
descriptionNo规则描述
isGlobalYes是否是全局规则
nameYes规则名称
projectIdNo项目ID(非全局规则需要)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "规则内容", "type": "string" }, "description": { "description": "规则描述", "type": "string" }, "isGlobal": { "description": "是否是全局规则", "type": "boolean" }, "name": { "description": "规则名称", "type": "string" }, "projectId": { "description": "项目ID(非全局规则需要)", "type": "string" } }, "required": [ "name", "content", "isGlobal" ], "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