Skip to main content
Glama

Kratos-MCP

by FoggyStorm

concept_get

Retrieve a specific concept by its unique ID from the Kratos-MCP memory system, enabling AI coding tools to access stored code snippets, comments, and runtime traces efficiently.

Instructions

Get a specific concept by ID

Input Schema

NameRequiredDescriptionDefault
idYesConcept ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Concept ID", "type": "string" } }, "required": [ "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