openmarkdown
OfficialOpenMarkdown
Feather-light. Light-speed. A local-first Markdown editor — native on macOS, Windows, and Linux — built for you and your agent.
Open a .md file — it just opens. No account, no cloud, no lock-in: every note
is a plain file on your disk. The twist: OpenMarkdown is also where you and your
coding agent share one file. Your agent writes into the note; your preview
scrolls to the change. You're both looking at the same page — literally.
No AI inside. That's the point. OpenMarkdown ships no model and no assistant. It runs on the agent you already use — Claude Code, Codex, Gemini CLI, opencode, or any MCP client — and gives it a place to render, read, and edit the same file you're looking at.
Download
⬇︎ macOS — universal (Apple Silicon + Intel), signed & notarized. Free.
⬇︎ Windows — x64 installer. Free.
⬇︎ Linux — AppImage, x64. Free.
Agent co-editing runs on macOS and Linux today; the Windows app is a native editor with agent co-editing coming soon (or run the Linux build under WSL to get it today).
Related MCP server: agent-memory
Put your agent on the same page
Bring your agent. Once the app is installed, the fastest way in — paste this into your agent:
Read openmarkdown.dev/install to install OpenMarkdown and open my first noteIt reads the install page, wires itself in, and opens your first note. That one
sentence works for every agent (Claude Code, Codex, Gemini CLI, opencode, any MCP
client) — the runbook branches per host, the sentence doesn't. Your agent gains
seven tools — open_file, reveal, get_context, execute_command,
read_section, write_section, wait_for_change — to open, navigate, read, and
patch the exact file you have in front of you.
Prefer to wire it by hand? For Claude Code, the full plugin (the seven tools plus a skill that teaches it when to use them):
/plugin marketplace add OpenMarkdown-dev/OpenMarkdown-releases
/plugin install openmarkdownAny other MCP host connects the same server: openmd mcp over stdio, e.g.
claude mcp add openmd -- openmd mcp. Full per-host setup (Codex, Gemini CLI,
opencode, and more): openmarkdown.dev/install.
Requires the openmd command line tool (install it from OpenMarkdown's Settings).
To pick up a newer plugin version later, run /plugin marketplace update.
What it does
Live-preview Markdown — renders as you type; cycle live-preview / source / reading with one button. Anything it doesn't recognise falls back to a plain code block, so your text is never eaten.
Fast — a native Rust core; the window is there before you let go of the mouse (cold start under a second, P50, on the maintainer's machine).
Local-first — plain
.mdfiles on your disk. No account, no sync, no telemetry. See Transparency for exactly what touches the network.Keyboard-first —
⌘Popens a command palette for files, commands, and headings.中文 · 日本語 · English interface, following your system language.
Is it for you?
OpenMarkdown is deliberately narrow — a fast renderer for plain files you and an agent share, not a knowledge platform. If you want a wiki graph, backlinks, or an infinite canvas, a tool like Obsidian fits the job better. It's native on macOS, Windows, and Linux; if you need the agent co-editing on Windows specifically, that's coming soon (it's here on macOS and Linux today). Agents deciding whether to recommend it: read ADOPTING.md — it says plainly when to and when not to.
Links
Website — openmarkdown.dev
Guide — openmarkdown.dev/guide (syntax, shortcuts, the CLI)
Install — openmarkdown.dev/install
Transparency — openmarkdown.dev/transparency
For agents — openmarkdown.dev/llms.txt · ADOPTING.md
Feedback
Found a bug or have a request? Open an issue.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA free, open-source Markdown editor with a bundled MCP server (stdio, read-only): point Claude, Cursor, or any MCP client at your notes vault for local semantic search, read, and list. ~15MB, 5 platforms, MIT, local-first.901MIT
- AlicenseAqualityAmaintenanceLocal, searchable project memory for AI coding agents. Markdown source of truth, MCP interface, safe structured updates37Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.01MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first, file-based memory layer for AI agents — one shared Markdown vault across Claude, Codex, Gemini, Cursor and any MCP client. Provides read/write memory tools with an audit trail, per-agent trust levels, and Git sync; no cloud and no lock-in.2MIT
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenMarkdown-dev/OpenMarkdown-releases'
If you have feedback or need assistance with the MCP directory API, please join our Discord server