OpenOri runs a local MCP (Model Context Protocol) server onDocumentation Index
Fetch the complete documentation index at: https://docs.openori.dev/llms.txt
Use this file to discover all available pages before exploring further.
localhost:4141. This lets other tools use OpenOri’s capabilities — memory, tools, and intelligence.
What this enables
| Tool | How it uses OpenOri |
|---|---|
| Cursor | Ask OpenOri questions directly from your editor |
| VS Code | Use OpenOri as an AI backend with memory |
| CLI scripts | Call OpenOri from shell scripts and automation |
| Custom tools | Any MCP-compatible client can connect |
Exposed tools
The MCP server exposes 7 tools:| Tool | Description |
|---|---|
ask_ori | Send a natural language query to OpenOri |
read | Read files or directories |
write | Create or modify files |
run | Execute shell commands |
search | Search the web |
crawl | Extract content from URLs |
system | Get system information |
Connecting from Cursor
Add to your Cursor MCP config:Connecting from VS Code
Add to your VS Code settings:Connecting via CLI
The MCP server only accepts connections from
localhost. It’s not exposed to the network — only tools running on your machine can connect.