← Back to Plugins
MCP Server MCP

slivingdoc

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "slivingdoc",
      "version": "0.1.6-rc0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "S3-compatible bucket that stores the shared text workspace.",
          "isRequired": true,
          "name": "SLIVINGDOC_BUCKET"
        },
        {
          "description": "Optional AWS profile used by the standard AWS credential chain.",
          "name": "AWS_PROFILE"
        },
        {
          "description": "AWS region for the bucket or S3-compatible endpoint.",
          "default": "us-east-1",
          "name": "AWS_REGION"
        },
        {
          "description": "Optional endpoint for an S3-compatible store such as SeaweedFS.",
          "name": "AWS_ENDPOINT_URL_S3"
        },
        {
          "description": "Optional root that contains directories agents may pull and commit.",
          "name": "SLIVINGDOC_WORKSPACE_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...