Skip to main content
Glama

Kratos-MCP

by FoggyStorm

memory_search

Searches memory documents within an active project by query, filters results by tags, path, and expiration, and limits output to specified max results. Part of Kratos-MCP’s memory system for AI coding tools.

Instructions

Search memory documents in the active project

Input Schema

NameRequiredDescriptionDefault
include_expiredNoInclude expired memories
kNoMax results to return
qYesSearch query
require_path_matchNoRequire path matching
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "properties": { "include_expired": { "description": "Include expired memories", "type": "boolean" }, "k": { "description": "Max results to return", "type": "integer" }, "q": { "description": "Search query", "type": "string" }, "require_path_match": { "description": "Require path matching", "type": "boolean" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" } }, "required": [ "q" ], "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