Back to Browse

Living Docs Connect MCP Server

by S2bomb
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://living-docs-workspace.vercel.app/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-s2bomb-living-docs": {
      "url": "https://living-docs-workspace.vercel.app/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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 for the scope and remaining client checks.

The hosted MCP address is:

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, or use the client instructions in this repository.

For Claude Code, install the connection and skill together:

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:

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 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. 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 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.

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, 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 and the directory submission checklist. The distribution strategy explains the client priorities, evidence, and packaging choices.

Reviews

No reviews yet

Be the first to review this server!