Memory Bank MCP Server

by yywdandan
MIT License
5

get_document

Retrieve specific Markdown document content by project ID and type from the Memory Bank MCP Server, enabling efficient access to project briefs, tasks, technical contexts, and more.

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