Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

van_init

Initializes projects by checking or creating essential files. Use to set up project name and description for organized Markdown document management in the Memory Bank MCP Server.

Instructions

初始化项目,检查或创建必要文件

Input Schema

NameRequiredDescriptionDefault
descriptionNo项目描述
projectNameNo项目名称,如不提供则使用默认名称

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "项目描述", "type": "string" }, "projectName": { "description": "项目名称,如不提供则使用默认名称", "type": "string" } }, "required": [], "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