Skip to main content
Glama

Kratos-MCP

by FoggyStorm

project_switch

Switch to a specified project directory on the Kratos-MCP server to enable project isolation and context-aware coding assistance, maintaining traceable memory of code snippets and runtime traces.

Instructions

Switch to a different project

Input Schema

NameRequiredDescriptionDefault
project_pathYesPath to project directory

Input Schema (JSON Schema)

{ "properties": { "project_path": { "description": "Path to project directory", "type": "string" } }, "required": [ "project_path" ], "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