Kratos MCP Server #4524
valentinyanakiev
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing @valentinyanakiev! 🐝 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔐 mcp-ory-kratos — MCP Server for Ory Kratos
I needed a way for our product managers at Alkemio to get better visibility into how users actually interact with our platform. They wanted to cross-reference identity data with other sources, spot patterns, and make more data-driven decisions — without constantly pinging engineering for queries.
So I built an MCP server that wraps the Ory Kratos Admin API. Now they can just ask Claude things like "how many users signed up last week" or "show me active sessions using passkeys" and get answers directly. Combined with other MCP servers for our different data sources, they can connect the dots themselves.
What's included
Get started
Point it at your Kratos Admin API:
{ "mcpServers": { "kratos": { "command": "npx", "args": ["-y", "mcp-ory-kratos"], "env": { "KRATOS_ADMIN_URL": "http://localhost:4434" } } } }Works with Claude Code, GitHub Copilot, Gemini CLI, or any MCP-compatible client.
npm: https://www.npmjs.com/package/mcp-ory-kratos
GitHub: https://github.com/feedback-loop-ai/mcp-ory-kratos
If you're running Kratos and want to make identity data more accessible to non-engineers on your team, give it a try. Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions