Skip to main content
Glama

Kratos-MCP

by FoggyStorm

concept_allowlist

Enable or disable specific project concepts in Kratos-MCP by adding or removing concept IDs. Use it to manage a curated list of concepts for enhanced codebase context and traceability.

Instructions

Manage project concept allowlist

Input Schema

NameRequiredDescriptionDefault
addNoConcept IDs to add
listNoList current allowlist
removeNoConcept IDs to remove

Input Schema (JSON Schema)

{ "properties": { "add": { "description": "Concept IDs to add", "items": { "type": "string" }, "type": "array" }, "list": { "description": "List current allowlist", "type": "boolean" }, "remove": { "description": "Concept IDs to remove", "items": { "type": "string" }, "type": "array" } }, "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