Back to Apps

Doctor
by sisig-ai
Discover, crawl, and index websites as an MCP server for LLM agents to improve reasoning and code generation.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Doctor provides a complete pipeline for converting web content into an LLM-accessible knowledge base. It crawls websites, chunks text, creates embeddings, and stores them in a vector database (DuckDB), exposing the result as an MCP server.
Tools
fetch_url: Starts a crawl job for a specific URL.search_docs: Searches indexed documents for relevant information.job_progress: Checks the status of an ongoing crawl job.list_doc_pages: Lists all pages currently indexed.get_doc_page: Retrieves the full text of a specific indexed page.
Installation
{
"mcpServers": {
"doctor": {
"type": "sse",
"url": "http://localhost:9111/mcp"
}
}
}
Supported hosts
- Cursor
- VS Code
- Claude Desktop
Quick install
docker compose upInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add `"doctor": { "type": "sse", "url": "http://localhost:9111/mcp" }` to your MCP settings.Claude Desktop
Add `"doctor": { "type": "sse", "url": "http://localhost:9111/mcp" }` to your claude_desktop_config.json.





