Skip to main content
Glama

Memory Bank MCP

by tuncer-byte

initialize_memory_bank

Initializes a structured project documentation folder at a specified location, enabling teams to manage and generate comprehensive project knowledge using Memory Bank MCP.

Input Schema

NameRequiredDescriptionDefault
geminiApiKeyNoGemini API key (optional)
goalYes
locationYesAbsolute path where memory-bank folder will be created

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "geminiApiKey": { "description": "Gemini API key (optional)", "type": "string" }, "goal": { "minLength": 10, "type": "string" }, "location": { "description": "Absolute path where memory-bank folder will be created", "type": "string" } }, "required": [ "goal", "location" ], "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