Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

get_document

Retrieve document content from Memory Bank MCP Server by specifying project ID and type. Supports project isolation and integration with LLM tools for efficient multi-project document management.

Instructions

获取文档内容

Input Schema

NameRequiredDescriptionDefault
projectIdYes项目ID
typeYes文档类型 (projectbrief, productContext, activeContext, systemPatterns, techContext, progress, tasks, custom)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "项目ID", "type": "string" }, "type": { "description": "文档类型 (projectbrief, productContext, activeContext, systemPatterns, techContext, progress, tasks, custom)", "type": "string" } }, "required": [ "projectId", "type" ], "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