MCP server exposing the Ory CLI and Ory Network REST API as tools for AI agents to manage identities, OAuth2 clients, permissions, projects, and configuration
{
"mcpServers": {
"orymcp": {
"command": "npx",
"args": [
"-y",
"@ory/mcp-server"
]
}
}
}