Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
MIT License
5

create_rule

Define and implement custom rules for managing Markdown documents across multiple projects, enabling project isolation and integration with LLM tools.

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