Skip to main content
Glama

Memory Bank MCP

by tuncer-byte

create_cursor_rules

Define cursor rules to organize and manage project documentation by specifying project purpose and storage location within the Memory Bank MCP server.

Input Schema

NameRequiredDescriptionDefault
locationYesAbsolute path where cursor-rules will be created
projectPurposeYesProje amacını detaylı bir şekilde açıklayan bir metin giriniz. Bu metin projenin temel hedeflerini ve kapsamını belirleyecektir.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "Absolute path where cursor-rules will be created", "type": "string" }, "projectPurpose": { "description": "Proje amacını detaylı bir şekilde açıklayan bir metin giriniz. Bu metin projenin temel hedeflerini ve kapsamını belirleyecektir.", "minLength": 10, "type": "string" } }, "required": [ "projectPurpose", "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