PluginBench
MCP Server
Active
MIT

slivingdoc MCP Server

io.github.baalimago/slivingdoc

What is the slivingdoc MCP server?

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

How to install slivingdoc

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SLIVINGDOC_BUCKET
    required

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slivingdoc": {
      "command": "npx",
      "args": [
        "-y",
        "slivingdoc",
        "-y",
        "serve"
      ],
      "env": {
        "SLIVINGDOC_BUCKET": "<YOUR_SLIVINGDOC_BUCKET>",
        "AWS_PROFILE": "<YOUR_AWS_PROFILE>",
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ENDPOINT_URL_S3": "<YOUR_AWS_ENDPOINT_URL_S3>",
        "SLIVINGDOC_WORKSPACE_ROOT": "<YOUR_SLIVINGDOC_WORKSPACE_ROOT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "slivingdoc": {
      "command": "npx",
      "args": [
        "-y",
        "slivingdoc",
        "-y",
        "serve"
      ],
      "env": {
        "SLIVINGDOC_BUCKET": "<YOUR_SLIVINGDOC_BUCKET>",
        "AWS_PROFILE": "<YOUR_AWS_PROFILE>",
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ENDPOINT_URL_S3": "<YOUR_AWS_ENDPOINT_URL_S3>",
        "SLIVINGDOC_WORKSPACE_ROOT": "<YOUR_SLIVINGDOC_WORKSPACE_ROOT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "slivingdoc": {
      "command": "npx",
      "args": [
        "-y",
        "slivingdoc",
        "-y",
        "serve"
      ],
      "env": {
        "SLIVINGDOC_BUCKET": "<YOUR_SLIVINGDOC_BUCKET>",
        "AWS_PROFILE": "<YOUR_AWS_PROFILE>",
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ENDPOINT_URL_S3": "<YOUR_AWS_ENDPOINT_URL_S3>",
        "SLIVINGDOC_WORKSPACE_ROOT": "<YOUR_SLIVINGDOC_WORKSPACE_ROOT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "slivingdoc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slivingdoc",
        "-y",
        "serve"
      ],
      "env": {
        "SLIVINGDOC_BUCKET": "<YOUR_SLIVINGDOC_BUCKET>",
        "AWS_PROFILE": "<YOUR_AWS_PROFILE>",
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ENDPOINT_URL_S3": "<YOUR_AWS_ENDPOINT_URL_S3>",
        "SLIVINGDOC_WORKSPACE_ROOT": "<YOUR_SLIVINGDOC_WORKSPACE_ROOT>"
      }
    }
  }
}
Claude Code
claude mcp add slivingdoc --env SLIVINGDOC_BUCKET=<YOUR_SLIVINGDOC_BUCKET> --env AWS_PROFILE=<YOUR_AWS_PROFILE> --env AWS_REGION=<YOUR_AWS_REGION> --env AWS_ENDPOINT_URL_S3=<YOUR_AWS_ENDPOINT_URL_S3> --env SLIVINGDOC_WORKSPACE_ROOT=<YOUR_SLIVINGDOC_WORKSPACE_ROOT> -- npx -y slivingdoc -y serve

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →