Skip to main content
Glama

Kratos-MCP

by FoggyStorm

system_migrate

Migrate from legacy JSON to SQLite format on Kratos-MCP. Supports dry runs, backups, and concept extraction for AI coding tools to enhance memory and codebase context management.

Instructions

Migrate from legacy JSON format to SQLite

Input Schema

NameRequiredDescriptionDefault
create_backupNoCreate backup before migration
dry_runNoPerform dry run without changes
extract_conceptsNoExtract concepts during migration

Input Schema (JSON Schema)

{ "properties": { "create_backup": { "description": "Create backup before migration", "type": "boolean" }, "dry_run": { "description": "Perform dry run without changes", "type": "boolean" }, "extract_concepts": { "description": "Extract concepts during migration", "type": "boolean" } }, "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