Documentation Crawler
Documentation crawler service that fetches and serves technical documentation from specified sources, enabling access to up-to-date information through a structured API.
Featured
View Source51 stars
0 tools
Created Aug 2025
@ruan11223344/ruan11223344-documentation-crawler-mcpdocserverAbout
Documentation crawler service that fetches and serves technical documentation from specified sources, enabling access to up-to-date information through a structured API.
Categories
general
Installation
npm
npm install @ruan11223344/ruan11223344-documentation-crawler-mcpdocserver
Configuration
{
"mcpServers": {
"ruan11223344-documentation-crawler-mcpdocserver": {
"command": "npx",
"args": [
"-y",
"@ruan11223344/ruan11223344-documentation-crawler-mcpdocserver"
]
}
}
}