← Back to Plugins
MCP Server MCP

DocSlicer

github By github 👁 1 views ▲ 0 votes

Answer questions from documents too large to fit in context, reading only the sections you need.

Homepage Verified source GitHub

Install

mcpb:https://github.com/DocSlicer/DocSlicer/releases/download/v0.2.4/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/DocSlicer/DocSlicer/releases/download/v0.2.4/docslicer-0.2.4.mcpb",
      "version": "0.2.4",
      "fileSha256": "a8afd782d5aa05f7379d9646aaf88366d8e3b44d6b573ce0bd224588e30b29f6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Restrict file sources and outputs to this directory tree. Several may be given, separated by the platform path separator.",
          "isRequired": true,
          "format": "filepath",
          "name": "DOCSLICER_MCP_ROOT"
        },
        {
          "description": "Set to 0 to refuse documents dropped into a Claude chat, which the app copies into its own directory outside DOCSLICER_MCP_ROOT.",
          "default": "1",
          "name": "DOCSLICER_MCP_ALLOW_CLAUDE_DIR"
        },
        {
          "description": "Set to 0 to reject http(s) sources and only permit local files.",
          "default": "1",
          "name": "DOCSLICER_MCP_ALLOW_URLS"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "docslicer",
      "version": "0.2.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "docslicer[mcp]==0.2.4",
          "type": "named",
          "name": "--from"
        },
        {
          "isRequired": true,
          "value": "docslicer-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Restrict file sources and outputs to this directory tree. Several may be given, separated by the platform path separator.",
          "isRequired": true,
          "format": "filepath",
          "name": "DOCSLICER_MCP_ROOT"
        },
        {
          "description": "Set to 0 to refuse documents dropped into a Claude chat, which the app copies into its own directory outside DOCSLICER_MCP_ROOT.",
          "default": "1",
          "name": "DOCSLICER_MCP_ALLOW_CLAUDE_DIR"
        },
        {
          "description": "Set to 0 to reject http(s) sources and only permit local files.",
          "default": "1",
          "name": "DOCSLICER_MCP_ALLOW_URLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb pypi

Comments

Sign in to leave a comment

Loading comments...