Connect Claude Code, Codex, Cursor and other agents to your notes and tasks.

Morion runs a local MCP server next to your agents. Claude Code, Codex, Gemini Antigravity, Cursor, Cline, Zed and any MCP client get the same tools and the same data. A Claude session and a Codex session can work on the same board at the same time, on your machine, with every write attributed.

local serverany clientper-folder permissions

Settings · MCP Server

Settings · MCP Server
Account
General
Limits
Usage
Smart Indexing
Data Indexing
Indexing Models
Mo Assistant
Chat Settings
Chat Memory
Workspace
Integrations
MCP Server
Skills
Logs
MCP Server
Enabled
AI apps can read and write your notebook.
Tool categories
Read
Search, list and read notes, folders, tasks, topics; Ask Mo.
Create
New notes, folders, tags, comments, questions for you.
Update
Edit notes, move cards, claim tasks, rename folders.
Delete
Delete notes, folders, tags, comments, memories.
Workflows
Auto-code pipelines and the folder, project and workspace auto-code settings.
Connected clients
ActorCallsLast seen
mcp:claude-code1,2042m ago
mcp:codex31841m ago
mcp:cursor57Yesterday

The master switch, the five tool categories and the clients that called tools recently.

How it works

1
Connect a client in one click
Morion detects installed clients, writes the MCP entry and backs up the config file first. Anything else gets a snippet to paste.
2
Decide what it may do
Five categories under the master switch: Read, Create, Update, Delete, Workflows. Then per folder: visible, create, update, delete. Per note for the exceptions.
3
Run agents in parallel
Several sessions read and write the same notes and tickets. Claims are atomic, moves are logged, nothing is synced through a server.
4
See who did what
Every write records the actor. The Connected clients table shows calls and last seen per client; the audit log is readable in the app and over MCP.

In detail

Skills for the agents
Installed from Settings, Skills: how to use the board, how to ask Mo, how to edit workflows safely. Your CLAUDE.md keeps the rules; Morion keeps the memory.
Hidden means hidden
A folder hidden from AI is invisible to every client and to Mo, and indexing skips it. Archived notes are hidden from MCP too.
Actors, not just "AI"
mcp:claude-code, mcp:codex, mcp:cursor: the client names itself, and the name is on every comment, move and edit.
Local only
MCP over stdio on your machine. No HTTP endpoint, no cloud relay, nothing to expose.
Mo over MCP too
The Mo tools are part of the same surface, so an agent can ask Mo, take a work packet, or leave you a question from its own session.

What it is not

Not a code tool
The tools touch notes, tasks, folders, tags and workflows. They do not read your repo or run commands; your agent does that with its own tools.

What is MCP

Model Context Protocol is an open standard that lets an AI assistant call tools on a server. Instead of pasting context into every chat, your assistant connects to Morion and pulls what it needs on its own, and writes back.

The raw tools give any client the notebook and the board: search, read, create, claim, move, comment. The mo_* tools give it the engine: a work packet with the ticket and its context, an answer with a citation and a status on every claim, a conversational lookup.

Every write is logged with the actor: mcp:claude-code, mcp:codex, morion-concierge for Mo, user for you.

Topologystdio · local
Morion
one file on your disk
MCP · stdio
Claude
Codex
Gemini
Cursor
Cline
Zed
Any MCP client
same protocol, same tools

Every tool, by what it touches. 58 tools · v1.6.10

Every tool is available to every connected client, subject to the folder and note permissions you set. In the app the tools sit in five categories you can switch off one by one: Read (20), Create (9), Update (12), Delete (5) and Workflows (12). Below they are grouped by what they touch.

On the Free plan, external MCP clients get 1,000 calls a month; Pro has no limit. Calls from Mo and Auto-code, and failed calls, never count.

Mo (13 tools)
mo_take_taskPrimary pickup: ticket body, relevant comments, project brief, related lessons, specs, rules and topics in one call; optionally claims the ticket
mo_askQuestion answering over retrieved evidence: every claim cited and status-tagged, conflicts and gaps reported; scope by project, folder or kanban statuses
mo_findConversational lookup ("find that ticket", "similar to this note") with a per-hit reason
mo_searchSearch across notes with Mo’s summary and keywords per hit; no synthesis
mo_list_projectsProject directory and topic vocabulary
mo_list_tasks_metaDeterministic task metadata listing
mo_resolve_taskResolve a task reference to its record
mo_rememberStore a workspace-wide fact; conflicts are surfaced, not overwritten
mo_forgetRemove workspace memory by pattern or entirely
mo_request_humanDurable escalation: a comment on the task or a backlog card
mo_check_workflowPre-flight gate for an intended action: allow, deny or ask the user
mo_build_workflowAuthor an Auto-code workflow definition from a description
mo_regenerate_topic_docRebuild one topic document

Mo tools work only in folders where AI access is on, and never in a folder hidden from AI. What Mo writes is advisory: it never corrects your own edits.

Notes (16 tools)
notes_searchHybrid keyword + semantic search across all notes
notes_listList notes with folder, tag and pinned filters, pagination, optional Mo metadata
notes_getFetch a note by ID with full body and tags
notes_createCreate a note with optional folder, tags and status
notes_updatePartial update; only provided fields change
notes_appendAppend text to a note without rewriting it
notes_deleteSoft-delete to trash
notes_duplicateClone a note with a fresh ID
notes_moveMove a note to another folder
notes_recentLast N notes by update time
notes_list_activityUnified comments + audit feed, cursor-paginated
notes_add_commentPost a comment, optionally as a reply
notes_update_commentEdit your own comment
notes_delete_commentRemove your own comment, audit-logged
notes_list_attachmentsAttachment metadata only, cheap to call
notes_get_attachmentReturns an attached image so the agent can see it
Tasks (4 tools)
tasks_listTasks in a kanban folder, filtered by status and date
tasks_claimAtomically claim a todo or reopened task into doing; no races between agents
tasks_moveMove a card between columns with a message, or reorder within a column
tasks_historyFull status-transition history: who moved what, when

Seven columns: note · backlog · todo · doing · review · reopened · done. A task is a note with a status: same search, same folders, same permissions.

Workflows (9 tools)
workflows_listList Auto-code workflows for a project
workflows_createCreate a workflow definition
workflows_updateUpdate a definition
workflows_copyCopy a workflow
workflows_deleteDelete a workflow
workflows_validateValidate a definition before installing it
workflows_environmentReport the agents and settings available to workflows
projects_set_auto_codeTurn Auto-code on or off for a project and pick its default workflow
auto_code_workspace_settingsRead or change the workspace-wide Auto-code settings

The morion-workflows skill teaches an agent to author and install these safely.

Folders (11 tools)
folders_listAll folders, ordered
folders_createCreate a folder
folders_renameRename
folders_deleteDelete
folders_duplicateClone with notes
folders_moveMove in the sidebar
folders_reorderReorder by ID list
folders_set_projectMove a folder to another project (re-indexes)
folders_set_view_modeList or kanban view
folders_get_auto_codeRead a folder's Auto-code settings
folders_set_auto_codeTurn Auto-code on or off for a folder and choose its workflow
Tags (4) and audit (1)
tags_listList tags
tags_createCreate a tag
tags_updateRename or recolor
tags_deleteDelete; notes keep their content
audit_recentLast N audit entries: what each client changed

Every MCP write is logged with the client name.

Go deeper

Integrations
One-click setup per client, and the model sources Mo and Auto-code run on.
Three ways to orchestrate
Subagents on the board, Auto-code, or both.

More features

Notes and documents
Markdown notes on your disk that your agents read and write.
Kanban tasks
A private board where agents claim tickets and you review.
Integrations
One-click setup for Claude Code, Codex, Cursor and more; the model sources Mo and Auto-code run on.
Permissions
Per-folder and per-note access for agents, tool categories, audit log.
Smart indexing
Every note summarised and grouped into topics; each ticket gets its context.
Mo Assistant
Ask what was decided and get the source note. Mo works the notebook while your agents work the code.
Auto-code
Move a ticket to Todo; Claude writes, Codex reviews, you merge with one click.

Every agent you use, on the same notebook.

Download