Skip to main content
Glama

Kratos-MCP

by FoggyStorm

memory_get_recent

Retrieve recent codebase memories, such as snippets or traces, from active projects on Kratos-MCP. Filter by path prefix or include expired entries to maintain context for AI coding tools.

Instructions

Get recent memories from active project

Input Schema

NameRequiredDescriptionDefault
include_expiredNoInclude expired memories
kNoMax results
path_prefixNoFilter by path prefix

Input Schema (JSON Schema)

{ "properties": { "include_expired": { "description": "Include expired memories", "type": "boolean" }, "k": { "description": "Max results", "type": "integer" }, "path_prefix": { "description": "Filter by path prefix", "type": "string" } }, "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