Skip to main content
Glama

Kratos-MCP

by FoggyStorm

memory_forget

Remove specific memories by ID in Kratos-MCP’s AI coding memory system to manage and maintain accurate, isolated codebase context for efficient coding assistance.

Instructions

Delete a memory by ID

Input Schema

NameRequiredDescriptionDefault
idYesMemory ID to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Memory ID to delete", "type": "string" } }, "required": [ "id" ], "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