Skip to main content
Glama

Kratos-MCP

by FoggyStorm

concept_save

Store and organize coding concepts in a global memory system for AI tools, enabling efficient retrieval of project-specific context, snippets, and traces.

Instructions

Save a concept to global store

Input Schema

NameRequiredDescriptionDefault
bodyYesConcept body (600-900 chars recommended)
idNoOptional concept ID
importanceNoImportance level
tagsNoConcept tags
titleYesConcept title

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Concept body (600-900 chars recommended)", "type": "string" }, "id": { "description": "Optional concept ID", "type": "string" }, "importance": { "description": "Importance level", "maximum": 5, "minimum": 1, "type": "integer" }, "tags": { "description": "Concept tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Concept title", "type": "string" } }, "required": [ "title", "body" ], "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