Skip to main content
Glama

Memory Bank MCP

by tuncer-byte

update_document

Update or regenerate specific document types like project briefs, product context, and system patterns within the Memory Bank MCP server to maintain accurate and structured project knowledge.

Input Schema

NameRequiredDescriptionDefault
contentNo
documentTypeYes
regenerateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "documentType": { "enum": [ "projectbrief", "productContext", "systemPatterns", "techContext", "activeContext", "progress" ], "type": "string" }, "regenerate": { "default": false, "type": "boolean" } }, "required": [ "documentType" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Bank MCP

Related Tools

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/tuncer-byte/memory-bank-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server