# Living Docs [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/s2bomb/living-docs-connect  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/living-docs

## Description
Create and improve live, shared interactive documents with your agent.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "living-docs": {
    "url": "https://living-docs-workspace.vercel.app/mcp"
  }
}
```

## Documentation & README

# Living Docs for your agent

Create live, shared interactive documents with the AI you already use.
Connect your account, describe what you need, and let your agent build it with you.

**Status — September 6, 2026:** The hosted MCP passed SDK OAuth, token
refresh, and tool checks, plus native Codex plugin installation and sign-in.
The public local stdio release passed a fresh Claude Code document-building test.
See the
[validation record](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/validation-0.4.0.md) for the scope and remaining client checks.

The hosted MCP address is:

```text
https://living-docs-workspace.vercel.app/mcp
```

The plugin in `plugins/living-docs/` combines that connection with authoring guidance,
SDK documentation, working examples, and app installation guidance. It includes
Claude Code, Codex, and Agent Plugins 1.0 manifests. The hosted connection uses
your Living Docs sign-in; the plugin contains no credentials.

Start at the [setup guide](https://living-docs-workspace.vercel.app/connect), or use
the [client instructions](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/setup.md) in this repository.

For Claude Code, install the connection and skill together:

```sh
claude plugin marketplace add https://github.com/s2bomb/living-docs-connect.git
claude plugin install living-docs@living-docs-connect
```

Open Claude Code, run `/mcp`, and sign in to Living Docs. Start a new session if
the skill is not listed yet.

For Codex, install the plugin from this repository's marketplace:

```sh
codex plugin marketplace add https://github.com/s2bomb/living-docs-connect.git
codex plugin add living-docs@living-docs-connect
```

Complete the connection's sign-in prompt and start a new task. If your Codex
version does not offer plugins, the [MCP-only setup](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/setup.md#codex) works
through its MCP configuration.

Then try:

> Use Living Docs to make a shared shopping list for my household. Help me get
> the main interaction working first, then improve how it looks.

The hosted endpoint is listed in the
[MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.s2bomb%2Fliving-docs).
Curated client directories require each vendor's review. A custom MCP connection
or this repository's plugin marketplace does not require a Living Docs listing
in those directories.

## Downloads and updates

The [v0.4.0 release](https://github.com/s2bomb/living-docs-connect/releases/tag/v0.4.0)
contains:

- `living-docs-skill-0.4.0.zip`: a standalone skill for Claude chat and other
  clients that accept Agent Skills.
- `living-docs-plugin-0.4.0.zip`: the plugin folder for a local installation.
- `s2bomb-living-docs-mcp-0.4.0.tgz`: the optional local stdio server, requiring
  Node.js 22 or newer. The hosted setup does not require Node.js.
- `SHA256SUMS`: hashes for checking downloaded artifacts.

Hosted server fixes roll out at the same URL. Installed skills and plugin
metadata follow the client's update process. See [updates](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/updates.md).

## Package contents

The same skill directory is shared by the native Claude Code and Codex manifests
and the portable Agent Plugins 1.0 manifest. Claude Code and Codex share the native
`.mcp.json`; the portable format uses its required `mcp.json`. Each contains only
the hosted endpoint, while each client manages OAuth and its own credentials.

This repository contains the deliberate distribution package and public docs.
Report a problem through [GitHub issues](https://github.com/s2bomb/living-docs-connect/issues),
with the client version and error message. Remove credentials and document
contents from reports.

## Maintaining a release

For maintainers, `npm ci && npm test` checks the portable schemas, native manifest
contracts, shared skill references, and credential-free package contents.
See [release preparation](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/releasing.md) and the
[directory submission checklist](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/submissions.md).
The [distribution strategy](https://github.com/s2bomb/living-docs-connect/blob/HEAD/docs/distribution-strategy.md) explains the client
priorities, evidence, and packaging choices.

