Skip to main content
Glama
danilop

kiro-total-recall

by danilop

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIRO_RECALL_MEMORY_LIMIT_MBNoOverride memory limit in MB. Default is 1/3 of RAM.
KIRO_RECALL_NO_MEMORY_LIMITNoSet to any value to disable memory limit.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_project_historyA

Search conversation history for the CURRENT WORKSPACE only.

Use this to find workspace-specific context: past decisions, implementation details, bugs discussed, architecture choices in this codebase.

Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601: "2025-01-15") before: Filter to messages before this date (ISO 8601) context_size: Messages to include before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results to return (default: 10) offset: Skip results for pagination (default: 0)

Returns: Search results with matched messages, scores, context, and pagination info

search_global_historyA

Search conversation history across ALL WORKSPACES.

Use this to find cross-project knowledge: user preferences, coding patterns, common solutions, and insights from all previous work.

Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601: "2025-01-15") before: Filter to messages before this date (ISO 8601) context_size: Messages to include before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results to return (default: 10) offset: Skip results for pagination (default: 0)

Returns: Search results with matched messages, scores, workspace, context, pagination

search_cli_historyA

Search Kiro CLI conversation history only.

Use this to find conversations from Kiro CLI sessions specifically.

Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601) before: Filter to messages before this date (ISO 8601) context_size: Messages before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results (default: 10) offset: Skip results for pagination (default: 0)

Returns: Search results from CLI conversations only

search_ide_historyA

Search Kiro IDE conversation history only.

Use this to find conversations from Kiro IDE sessions specifically.

Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601) before: Filter to messages before this date (ISO 8601) context_size: Messages before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results (default: 10) offset: Skip results for pagination (default: 0)

Returns: Search results from IDE conversations only

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/danilop/kiro-total-recall'

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