mcp-ory-kratos
Verified Safeby feedback-loop-ai
Overview
MCP server for AI agents to manage Ory Kratos identities, sessions, and authentication flows, supporting developers in Claude Code, GitHub Copilot, or Gemini CLI workflows.
Installation
npx mcp-ory-kratosEnvironment Variables
- KRATOS_ADMIN_URL
Security Notes
The server acts as a proxy to the Ory Kratos Admin API. It loads sensitive credentials (API keys, custom headers) from environment variables, which is a standard and secure practice. Logging explicitly avoids sensitive data like credentials or PII traits. The security posture is highly dependent on the secure configuration and operational environment of the underlying Kratos instance and the network where this server runs.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.