Skip to main content
Glama

Kratos-MCP

by FoggyStorm

memory_save

Save code snippets, comments, or runtime traces with metadata to a project in Kratos-MCP. Organize entries with tags, importance levels, and paths for easy retrieval and context preservation.

Instructions

Save a memory document to the active project

Input Schema

NameRequiredDescriptionDefault
importanceNoImportance level
pathsNoFile/directory paths (globs)
summaryYesShort, 1-2 line summary
tagsNoTags for categorization
textYesFull memory content
ttlNoTime to live in seconds

Input Schema (JSON Schema)

{ "properties": { "importance": { "description": "Importance level", "maximum": 5, "minimum": 1, "type": "integer" }, "paths": { "description": "File/directory paths (globs)", "items": { "type": "string" }, "type": "array" }, "summary": { "description": "Short, 1-2 line summary", "type": "string" }, "tags": { "description": "Tags for categorization", "items": { "type": "string" }, "type": "array" }, "text": { "description": "Full memory content", "type": "string" }, "ttl": { "description": "Time to live in seconds", "type": "integer" } }, "required": [ "summary", "text" ], "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/FoggyStorm/kratos-mcp'

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