ailoud
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ailoudfind where we discussed the API contract in yesterday's call"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Install
Needs Node.js 24 or newer.
npm install -g ailoudsetup installs the tools it drives -- ffmpeg, whisper.cpp, the models --
and doctor checks them:
ailoud setup
ailoud doctorNothing leaves your machine unless you choose a hosted model for summaries.
Related MCP server: Augent
Update
ailoud self updateIt checks the registry first, so there is nothing to run before it. A snapshot moves only to a newer snapshot of the same version, or to a release.
Use it with an agent
ailoud mcp installIt configures one or more agents, at project or global scope:
Agent | Scopes |
| project, global |
| project, global |
| project, global |
| project, global |
| global only |
| global only |
It writes the MCP registration and a rules block the agent reads before its first call. The agent then gets these tools:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | ailoud mcp | jq -r '.result.tools[].name'list_recordings
list_untagged
list_tags
search_transcripts
get_transcript
list_speakers
list_reports
get_report
list_templates
job_status
annotate
import_recording
transcribe
summarize
create_template
delete_recording
delete_reportReading tools return matches and file paths, never a whole transcript in one call; deleting needs a second call carrying a confirmation token. See MCP.
The CLI
Command | Does |
| the library and everything over it |
| writes a summary and saves it as a report |
| saved reports |
| background jobs started with |
| what shape a summary of a kind takes |
| serve the library to an agent |
| check and provision the machine |
| this installation of ailoud |
Every verb also works at the top level, and has a one-letter alias. Full reference: CLI Reference.
Documentation
Development
A pnpm workspace: packages/core (domain and ports, no I/O),
packages/providers (adapters), apps/cli (commands and the MCP server).
pnpm build && pnpm format:check && pnpm lint && pnpm typecheck && pnpm test:covCommit rules and the dependency licence policy are in CONTRIBUTING.md.
License
Apache-2.0. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Read-only MCP server: let AI agents read your ORANO saved-video library, tasks, and memory.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to analyze videos locally by extracting transcripts, detecting scene changes, and returning key frames.56MIT

Augentofficial
AlicenseBqualityCmaintenanceMCP server that turns any audio or video source into structured, searchable intelligence for agents, enabling download, transcription, semantic search, speaker identification, and more.225MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to query local video timelines by extracting speech, frame captions, and on-screen text into a SQLite store, exposing search and retrieval tools via MCP.PolyForm Noncommercial 1.0.0
- AlicenseAqualityCmaintenanceEnables MCP clients to transcribe audio/video files locally, generate SRT subtitles, and burn captions into videos via tool calls, without a cloud API.3MIT