Skip to main content
Glama

Kratos-MCP

by FoggyStorm

context_rules_set

Configure context injection rules in Kratos-MCP to optimize memory management for AI coding tools. Adjust parameters like memory age, importance thresholds, and deduplication to enhance codebase context retrieval and accuracy.

Instructions

Update context injection rules

Input Schema

NameRequiredDescriptionDefault
conceptImportanceThresholdNoConcept importance threshold
dedupeThresholdNoDeduplication threshold
maxMemoryAgeNoMax memory age in milliseconds
minImportanceNoMinimum importance threshold
pathBoostMultiplierNoPath matching boost multiplier

Input Schema (JSON Schema)

{ "properties": { "conceptImportanceThreshold": { "description": "Concept importance threshold", "type": "integer" }, "dedupeThreshold": { "description": "Deduplication threshold", "type": "number" }, "maxMemoryAge": { "description": "Max memory age in milliseconds", "type": "integer" }, "minImportance": { "description": "Minimum importance threshold", "type": "integer" }, "pathBoostMultiplier": { "description": "Path matching boost multiplier", "type": "number" } }, "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