Skip to main content
Glama

Memory Bank MCP Server

by nicavcrm

creative_mode

Design and architect complex software components by specifying component name, creative type, and requirements. Streamline development workflows for architecture, algorithms, and UI/UX design with structured inputs.

Instructions

Design and architecture work for complex components

Input Schema

NameRequiredDescriptionDefault
component_nameYes
creative_typeYes
requirementsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "component_name": { "type": "string" }, "creative_type": { "enum": [ "architecture", "algorithm", "uiux" ], "type": "string" }, "requirements": { "type": "string" } }, "required": [ "component_name", "creative_type", "requirements" ], "type": "object" }
Install Server

Other Tools from Memory Bank MCP Server

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/nicavcrm/memory-bank-mcp'

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