Nyxdoc
OfficialNyxdoc can be deployed and run locally using Docker Compose, with production path on Linux and Docker Compose.
Nyxdoc provides documents with explicit canonical revisions (similar to git revisions) created by Save or agent commit, with version history, diffs, and restore.
Nyxdoc's production path runs on Linux.
Nyxdoc supports Markdown export of documents.
Nyxdoc uses Node.js 24 for local development.
Nyxdoc provides a Notion-familiar rich editor with headings, lists, tables, code blocks, internal/external links, clipboard image upload, shortcuts, and Yjs drafts.
Nyxdoc was created by Seungji Lee with OpenAI Codex as a development collaborator.
Nyxdoc screens shown are from a clean Ubuntu installation.
Click on "Install 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., "@NyxdocCreate a new document named 'Project Update' in the Projects workspace."
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.
Nyxdoc
A new document system for the agent era.
Nyxdoc is a document system where people and their external agents read and write the same documents, then continue from one shared revision history.
You keep talking to the agent you already use—Codex, Claude Code, OpenClaw, or another MCP client. The agent connects to Nyxdoc through MCP/API. Nyxdoc itself does not put a chatbot between you and your documents.
See Nyxdoc
These are real screens from a clean Ubuntu installation, not design mockups.

People can queue document work for their external agents, attach context and completion criteria, and review the returned result in the same workspace.

Related MCP server: agenthold
Why Nyxdoc
Most document tools were designed around people typing every change. Nyxdoc starts from a different expectation:
agents will do much of the routine reading and writing;
people will guide, review, and occasionally edit directly;
every human and agent change must remain understandable to the next actor; and
documents need a stable API, identity, permission, and revision model—not only a visual editor.
Git repositories are excellent for source code. Nyxdoc gives ordinary documents a focused editor, document tree, shared drafts, explicit revisions, agent identities, scoped keys, assignments, and a protocol designed for document work.
Highlights
Notion-familiar rich editor with headings, lists, tables, code blocks, internal/external links, clipboard image upload, shortcuts, and Yjs drafts
explicit canonical revisions created only by Save /
Ctrlor⌘+S/ agent commitdocument-as-folder tree, resizable navigation, saved views, backlinks, PDF output, Markdown and Nyxdoc bundle export
global agent identities and credentials reusable across workspaces
optional organizations with owner/admin/member roles, one-time invitations, flat teams, explicit person/team workspace access, organization-owned agents, and approved personal-agent BYOA
workspace-specific RBAC, document-tree scope, credential caps, expiry, IP/CIDR restrictions, audit records, and human approval boundaries
Agent To-do: a person queues document work and an assigned external agent can claim, report progress, submit a result revision, and return it for review
Streamable HTTP MCP and versioned REST APIs with capability discovery, structured search, batch reads, safe patching, idempotency, diffs, restore, presence, change feeds, and short-lived direct binary image uploads that never put base64 in a document
30-day trash and verified backup-before-purge flows for documents, workspaces, and agent identities
English, Korean, and Japanese interfaces, with per-account locale preferences
no telemetry
Quick start with Docker Compose
The supported self-hosting path is Linux, Docker Engine, and Docker Compose v2. The lifecycle scripts are Bash/Linux scripts: macOS and Windows Docker Desktop are useful for local development, but are not supported targets for install, update, uninstall, backup recovery, or production operation. Use a Linux host or VM for those commands. Node.js 24 is used for local development.
See the open-source newcomer guide for prerequisites and the five-minute path.
For a local trial, clone and install in one command:
git clone https://github.com/getnyxdoc/nyxdoc.git && cd nyxdoc && ./scripts/install.shThe installer creates .env.production, generates two different secrets
without displaying them, pulls the versioned release image matching this
checkout, starts every service, and waits for health checks. To build this
checkout instead, use
./scripts/install.sh --build.
Open http://localhost:3191. The first account becomes the site owner. SMTP and a custom email domain are optional. Registration is invitation-only after the first owner by default.
Update, stop, or remove the trial with explicit lifecycle commands:
./scripts/update.sh
./scripts/uninstall.sh
./scripts/uninstall.sh --purge --confirm-purge=nyxdocFor the one-time update from 0.25.17 or 0.25.18, run the current release
bridge from the Nyxdoc checkout instead:
curl -fsSL https://raw.githubusercontent.com/getnyxdoc/nyxdoc/v0.25.19/scripts/update-bootstrap.sh | bashThe bridge closes the public collaboration boundary and drains already accepted
editor writes before the legacy updater creates its backup. From 0.25.19
onward, use ./scripts/update.sh normally.
update.sh requires a clean Git checkout and creates a verified pre-update
backup before changing a running installation. A failed matching update can
resume only from its persisted, re-verified backup receipt. Normal uninstall
preserves documents, media, backups, configuration, and the source checkout.
Purge removes the Docker data volume and locally built images, but still
preserves the external backup directory, configuration, and source. For HTTPS,
backups, updates, removal, and recovery, read
DEPLOYMENT.md.
Local development
npm ci
cp .env.example .env.local
npm run devThe app runs at http://localhost:3100; the collaboration service runs at
127.0.0.1:3101.
Quality checks:
npm run typecheck
npm run lint
npm test
npm run test:editor-e2e
npm run buildConnect an external agent
After signing in, open Settings → Workspace → Agent access → Connect the first agent. Choose or create an agent identity, access profile, document scope, and connection key. A new key is shown only once; the UI-generated private handoff contains the workspace-default MCP URL, Streamable HTTP transport, Bearer authentication, and verification steps.
Call get_capabilities first, then list_agent_workspaces. For the complete
five-minute path, Codex/Codex CLI setup, OAuth, image uploads, and Agent To-do
boundaries, see docs/open-source-readiness.md,
docs/agent-contract.md, and
docs/mcp/oauth.md.
Project status
Version 0.25.21 is an early 0.x release used with real documents. Data
migrations are forward-only and rehearsed against verified backups, but APIs
and UI details may still evolve before 1.0.
Personal use remains the default. Organizations are optional ownership and administration boundaries; organization membership alone never grants document access, which is assigned explicitly per person or team at each workspace.
Documentation
Community and security
Issues and pull requests are welcome. Read CONTRIBUTING.md and CODE_OF_CONDUCT.md. Report vulnerabilities privately as described in SECURITY.md.
Nyxdoc is maintained on a best-effort basis without an SLA. Support requests and issue-triage boundaries are described in SUPPORT.md.
License and brand
Nyxdoc is free and open-source software under the MIT License, copyright © 2026 Seungji Lee. Anyone may use, modify, redistribute, sublicense, or sell it, including as part of a paid product or hosted or managed service, subject to retaining the MIT copyright and permission notice. No separate commercial license, fee, royalty, or revenue share is required.
The Nyxdoc name and logo are not granted by the code license. Modified products should use a distinct name and logo; factual wording such as “based on Nyxdoc” is welcome. See TRADEMARKS.md.
See LICENSING.md for a plain-language licensing guide.
Acknowledgements
Nyxdoc was created by Seungji Lee with OpenAI Codex as a development collaborator, including work with GPT-5.6 Sol. Nyxdoc is an independent, vendor-neutral project and is not sponsored or endorsed by OpenAI.
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
- FlicenseNot gradedqualityCmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables AI agents to interact with Google Docs via natural language, automatically generated using AG2's MCP builder.
- AlicenseAqualityBmaintenanceShared versioned state for multi-agent AI workflows. An MCP server.52MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for structured document management of markdown and YAML files, with RBAC, git-based approval workflows, and semantic search, enabling agents to read, edit, and maintain documents under governance.MIT
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to treat Google Docs like local files: read, edit, manage suggestions and comments, and work across tabs and multiple Google accounts.3249MIT
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP-native collaborative markdown editor with real-time AI document editing
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/getnyxdoc/nyxdoc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server