Skip to content

mattwag05/doc-harvest

v1.2.1MIT

Harvest documentation websites into structured local references and navigate existing documentation sets.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

scraplingstdio
{
  "type": "stdio",
  "command": "container",
  "args": [
    "run",
    "--rm",
    "-i",
    "pyd4vinci/scrapling@sha256:2a0c05bdd78211a76cb7ab9565a91250787a326f9ca73c97cf764ccb536631a2",
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "doc-harvest",
  "version": "1.2.1",
  "description": "Harvest documentation websites into structured local references and navigate existing documentation sets.",
  "author": { "name": "Matthew Wagner" },
  "repository": "https://github.com/mattwag05/mw-plugins",
  "license": "MIT",
  "keywords": ["documentation", "scraping", "context", "knowledge-base"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • harvest.py
  • scrapling-fetch.sh
View on GitHub