Memory Bank MCP
未认领Memory Bank is an MCP server that helps teams create, manage, and access structured project documentation. It generates and maintains a set of interconnected Markdown documents that capture different aspects of project knowledge, from high-level goals to technical details and day-to-day progress.
工具(13 个)
content
(string, optional): New content for the document
documentType
(enum): One of: projectbrief, productContext, systemPatterns, techContext, activeContext, progress
export_memory_bank
Exports all Memory Bank documents.
format
(enum, default: "folder"): Export format, either "json" or "folder"
geminiApiKey
(string, optional): Gemini API key for document generation
goal
(string): Project goal description (min 10 characters)
initialize_memory_bank
Creates a new Memory Bank structure with all document templates.
location
(string, optional): Absolute path where memory-bank folder will be created
outputPath
(string, optional): Custom output path for the export
query
(string): Search query (min 5 characters)
query_memory_bank
Searches across all documents with context-aware relevance ranking.
regenerate
(boolean, default: false): Whether to regenerate the document using AI
update_document
Updates a specific document in the Memory Bank.