O

Ory

Manage Ory identity, permissions and OAuth clients.

·No reviews yet
Repo
Share:

About

Auto-generated

Ory is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Ory.

What does the Ory MCP enable?
The Ory MCP allows you to manage identity, permissions, and OAuth clients within your development environment. It provides a local interface to interact with Ory's authentication and authorization services.
How can I integrate the Ory MCP with a client like Cline?
To use the Ory MCP with a client like Cline, you would typically configure Cline to connect to the Ory MCP's stdio transport. Specific setup varies, but usually involves defining the executable path and communication method.
Does the Ory MCP require authentication?
Yes, the Ory MCP requires an API key for authentication. This key secures access to the Ory services managed by the MCP.
What key capabilities does the Ory MCP expose?
The Ory MCP provides capabilities for managing user identities, defining access control policies, and configuring OAuth 2.0 clients. It bridges your local development tools with the Ory ecosystem.
What are the licensing costs for the Ory MCP?
The Ory MCP itself is open-source, aligning with its Community provider status. However, costs may be associated with the underlying Ory services or commercial support offerings, if used.
Are there any prerequisites before using the Ory MCP?
A key prerequisite for the Ory MCP is having an operational Ory environment or services to connect to. The MCP acts as a local interface but relies on external Ory deployments for its full functionality.

Install Ory

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "ory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ory"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "ory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ory"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "ory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ory"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.