Docs MCP Server provides a specialized documentation scraping and retrieval system that enables AI assistants to access library documentation from various sources including GitHub, NPM, PyPI, and web pages. Built with TypeScript, it implements a pipeline architecture that handles document scraping, processing, splitting, and storage with features like semantic markdown splitting, greedy chunk optimization, and version-aware retrieval. The server exposes tools for searching documentation, finding specific versions, listing available libraries, and managing scraping jobs through a well-defined API. Particularly valuable for developers who need AI assistants to reference accurate, up-to-date documentation without leaving their workflow.
Starts a scraping job for documentation and returns a jobId immediately.
Checks the current status and progress of a specific job.
Lists all active and completed jobs.
Attempts to stop a running or queued job.
Searches the indexed documentation for a specific library.
Lists all libraries currently indexed in the store.
Finds the appropriate version for a library based on the target version.
Removes indexed documents for a specific library and version.
Fetches a single URL and returns its content as Markdown.
No reviews yet. Be the first to review!
Sign in to join the conversation