Read-only MCP server exposing a user ORANO library to their own AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A personal, read-only MCP (Model Context Protocol) server that lets a user's own AI agent (ChatGPT, Claude, Cursor, Ollama) read their ORANO library as grounded context.
Note: This public repository contains documentation, the MCP server manifest, and a reference implementation. The production MCP server runs as an authenticated endpoint mounted at
/mcpon the ORANO backend (FastAPI + Postgres + pgvector). See the ORANO product site for the live endpoint and authentication flow.
ORANO turns saved Reels, TikToks, YouTube Shorts, and reference material into structured projects β summary, key takeaways, ordered tasks, research context, and a learning roadmap. Live on the iOS App Store (App Store listing).
A personal, read-only MCP server so a user's own AI agent can read that context is the differentiator.
The ORANO MCP server exposes the following tools:
| Tool | Description |
|---|---|
list_projects | List the user's projects with optional status filters (active, completed, skipped, archived). |
get_project | Return a single project's full structured understanding + summary + tasks + resources + research + roadmap. |
get_project_context | Return only the requested context fields (summary, overview, caption, transcript, visual_context, links, tasks, roadmap, source, or raw_source) in structured, Markdown, or text output. |
search_library | Search the user's projects by title, summary, source title, or URL. |
read_memory_facts | Return curated memory facts (preferences, skills, goals) with confidence and freshness signals. |
get_pending_handoffs | Retrieve projects explicitly sent from the ORANO app to a target agent. Each handoff is acknowledged once on read so concurrent polls do not duplicate. |
orano:read.landing/mcp-access.html).The canonical MCP server manifest follows the official MCP server.json schema:
The production server runs as part of the ORANO backend (FastAPI + SQLAlchemy + pgvector). The reference implementation pattern is:
The full production server (787 lines + 290 lines of auth/handshake helpers)
lives in ExecutionOSBackend/app/mcp_server.py and is part of the private
ORANO backend repository. Open-sourcing the full production code requires
extracting the SQLAlchemy models + ingest services into a public package,
which is on the product roadmap but not yet complete.
End users:
orano:read).get_pending_handoffs acknowledging a queued
app-triggered delivery by setting its delivery timestamp.MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/orano-mcp-server)<a href="https://allmcps.com/mcp/orano-mcp-server"><img src="https://allmcps.com/api/badge/orano-mcp-server?style=directory" alt="ORANO MCP Server on AllMCPs" /></a>