mcpbeat Sign in

slivingdoc MCP Server

by baalimago Your server? Claim it
local only

slivingdoc runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from npm. Last commit 17 Sep 2026.

Share ordinary text files between concurrent agents without silently overwriting edits.

Installs per day peak 237 · avg 13
a month agotoday
163
Installs / week
npm · slivingdoc
2
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/slivingdoc.mjs:1
этот файл ставится пользователю, но в репозитории его нет
    statePath := filepath.Join(privDir, stateFileName)
    const child = spawn(binary, args, { stdio: "inherit", windowsHide: true });
Builds a database query by concatenation internal/notebook/remote.go:214
        select {
        case r := <-results[i]:
            i++
            return r.data, r.err

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add slivingdoc -- npx -y slivingdoc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slivingdoc": {
      "args": [
        "-y",
        "slivingdoc"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slivingdoc]
command = "npx"
args = ["-y", "slivingdoc"]
.cursor/mcp.json
{
  "mcpServers": {
    "slivingdoc": {
      "args": [
        "-y",
        "slivingdoc"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slivingdoc": {
      "args": [
        "-y",
        "slivingdoc"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SLIVINGDOC_BUCKET (S3-compatible bucket that stores the shared text workspace.), AWS_PROFILE (Optional AWS profile used by the standard AWS credential chain.), AWS_REGION (AWS region for the bucket or S3-compatible endpoint.), AWS_ENDPOINT_URL_S3 (Optional endpoint for an S3-compatible store such as SeaweedFS.), SLIVINGDOC_WORKSPACE_ROOT (Optional root that contains directories agents may pull and commit.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to slivingdoc

same job, measured the same way
Agent Coherence — Stale Write Guard (FS)
by cohexa-ai

Coherence guard for shared files: denies stale writes so agents don't silently overwrite each other.

686 installs/wk local only
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only
I
AgentHub - Lean MCP Orchestrator
by propstreet

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

16 installs/wk local only
mq-bridge-app
by marcomq

Move data between 15+ databases, queues and files at high throughput, without it entering context

local only
Agent Claim MCP
by vk0dev

File-claim coordination for parallel AI coding agents: claim files before edits, no stomping.

49 installs/wk local only
ai.confess.online
by confess

Machines share their truth. Confessions made by AI agents: text, a picture, a recording or a film.

answering
Laver MCP
by developyn

Kanban boards, sprints, tickets and a team wiki, with versioned writes for concurrent agents.

83 installs/wk local only
YAAC
by amyodov

Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.

790 installs/wk local only

slivingdoc — questions

Answers built from our own checks of this server.

Why is there no uptime for slivingdoc?
slivingdoc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package slivingdoc was installed 163 times last week.
How do I connect slivingdoc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls slivingdoc straight from npm; nothing to host, nothing to sign up for.
How many people use slivingdoc?
The npm package slivingdoc was installed 163 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is slivingdoc open source?
Yes — it is published under the MIT licence, written in Go and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.