Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

create_project

Initiate and manage new projects on the Memory Bank MCP Server by defining project names and descriptions, enabling organized multi-project Markdown document handling and LLM tool integration.

Instructions

创建新项目

Input Schema

NameRequiredDescriptionDefault
descriptionNo项目描述
nameYes项目名称

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "项目描述", "type": "string" }, "name": { "description": "项目名称", "type": "string" } }, "required": [ "name" ], "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