the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DocSlicer/docslicer",
"description": "Answer questions from documents too large to fit in context, reading only the sections you need.",
"title": "DocSlicer",
"repository": {
"url": "https://github.com/DocSlicer/DocSlicer",
"source": "github"
},
"version": "0.2.4",
"websiteUrl": "https://docslicer.ai",
"icons": [
{
"src": "https://raw.githubusercontent.com/DocSlicer/DocSlicer/main/extension/icon-512.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T02:27:57.160963Z",
"publishedAt": "2026-08-19T02:27:57.160963Z",
"updatedAt": "2026-08-19T02:27:57.160963Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.