Skip to main content
Glama

Kratos-MCP

by FoggyStorm

memory_link

Link global concepts to your project using Kratos-MCP by associating a concept ID with local tags. Enable AI coding tools to maintain traceable, searchable memory of code snippets and comments.

Instructions

Link a global concept to the current project

Input Schema

NameRequiredDescriptionDefault
concept_idYesGlobal concept ID to link
local_tagsNoAdditional local tags

Input Schema (JSON Schema)

{ "properties": { "concept_id": { "description": "Global concept ID to link", "type": "string" }, "local_tags": { "description": "Additional local tags", "items": { "type": "string" }, "type": "array" } }, "required": [ "concept_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