Skip to main content
Glama

Agentic Tools MCP Server

by Pimzino

create_memory

Store and retrieve critical information with intelligent file-based storage, enabling organized categorization of user preferences, project context, or technical decisions for efficient knowledge base management.

Instructions

Capture and preserve important information, insights, or context as searchable memories with intelligent file-based storage. Ideal for building a knowledge base of user preferences, technical decisions, project context, or any information you want to remember and retrieve later with organized categorization.

Input Schema

NameRequiredDescriptionDefault
categoryNoOptional category to organize memories (e.g., "user_preferences", "project_context")
contentYesDetailed memory content/text (no character limit)
metadataNoOptional metadata as key-value pairs for additional context
titleYesShort title for the memory (max 50 characters for better file organization)
workingDirectoryYesThe full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Optional category to organize memories (e.g., \"user_preferences\", \"project_context\")", "type": "string" }, "content": { "description": "Detailed memory content/text (no character limit)", "type": "string" }, "metadata": { "additionalProperties": {}, "description": "Optional metadata as key-value pairs for additional context", "type": "object" }, "title": { "description": "Short title for the memory (max 50 characters for better file organization)", "type": "string" }, "workingDirectory": { "description": "The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: \"C:\\Users\\username\\project\" or \"D:\\projects\\my-app\". Unix/Linux/macOS: \"/home/username/project\" or \"/Users/username/project\". Do NOT use: \".\", \"..\", \"~\", \"./folder\", \"../folder\" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead.", "type": "string" } }, "required": [ "workingDirectory", "title", "content" ], "type": "object" }

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/Pimzino/agentic-tools-mcp'

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