Skip to main content
Glama

Kratos-MCP

by FoggyStorm

concept_search

Search the global concept store in Kratos-MCP to retrieve relevant code snippets, comments, or runtime traces using query keywords, result limits, and optional concept filters.

Instructions

Search global concept store

Input Schema

NameRequiredDescriptionDefault
allowlistNoConcept ID allowlist
kNoMax results
qYesSearch query

Input Schema (JSON Schema)

{ "properties": { "allowlist": { "description": "Concept ID allowlist", "items": { "type": "string" }, "type": "array" }, "k": { "description": "Max results", "type": "integer" }, "q": { "description": "Search query", "type": "string" } }, "required": [ "q" ], "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