You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ecosystem/ai-tools.mdx
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ Ory provides tools to help AI coding assistants query Ory documentation and work
7
7
8
8
## Ory Docs MCP Server
9
9
10
-
The Ory Docs MCP server lets AI assistants query Ory's documentation directly. Connect it to your AI tool of choice using the instructions below.
10
+
The Ory Docs MCP server lets AI assistants query Ory's documentation directly. Connect it to your AI tool of choice using the
11
+
instructions below.
11
12
12
13
### Cursor
13
14
@@ -86,7 +87,8 @@ For more information, see the [ChatGPT Desktop MCP documentation](https://platfo
86
87
87
88
### Other
88
89
89
-
MCP is an open protocol supported by many clients. Use the server URL `https://ory-docs.mcp.kapa.ai` and refer to your client's documentation for setup instructions.
90
+
MCP is an open protocol supported by many clients. Use the server URL `https://ory-docs.mcp.kapa.ai` and refer to your client's
91
+
documentation for setup instructions.
90
92
91
93
Most clients accept the standard MCP JSON configuration format:
92
94
@@ -102,7 +104,8 @@ Most clients accept the standard MCP JSON configuration format:
102
104
103
105
## Ory Claude Plugins
104
106
105
-
The [Ory Claude Plugins](https://github.com/ory/claude-plugins) repository is the official Claude Code plugin marketplace for Ory. Install it in Claude Code with:
107
+
The [Ory Claude Plugins](https://github.com/ory/claude-plugins) repository is the official Claude Code plugin marketplace for Ory.
108
+
Install it in Claude Code with:
106
109
107
110
```bash
108
111
/plugin marketplace add ory/claude-plugins
@@ -112,7 +115,9 @@ This gives you access to all Ory plugins for Claude Code, including Lumen (see b
112
115
113
116
## Lumen
114
117
115
-
[Lumen](https://github.com/ory/lumen) is a fully local semantic code search engine for AI coding agents. Instead of reading entire files, Claude uses Lumen's `semantic_search` tool to find relevant functions and types by meaning — reducing cost and session time without sacrificing quality.
118
+
[Lumen](https://github.com/ory/lumen) is a fully local semantic code search engine for AI coding agents. Instead of reading entire
119
+
files, Claude uses Lumen's `semantic_search` tool to find relevant functions and types by meaning — reducing cost and session time
120
+
without sacrificing quality.
116
121
117
122
**Install via the Ory Claude Plugins:**
118
123
@@ -121,7 +126,8 @@ This gives you access to all Ory plugins for Claude Code, including Lumen (see b
121
126
/plugin install lumen@ory
122
127
```
123
128
124
-
On first session start, Lumen indexes your project in the background and registers a `semantic_search` MCP tool that Claude uses automatically.
129
+
On first session start, Lumen indexes your project in the background and registers a `semantic_search` MCP tool that Claude uses
130
+
automatically.
125
131
126
132
**Prerequisites:**[Ollama](https://ollama.com/) installed and running with the default embedding model:
0 commit comments