doctor

Doctor is a tool for discovering, crawl, and indexing web sites to be exposed as an MCP server for LLM agents.

GitHub Stars

454

User Rating

Not Rated

Favorites

0

Views

32

Forks

63

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Docker: Latest version
Docker Compose: Latest version
Python: 3.10 or higher
uv: Python package manager
OpenAI API key: Required

Installation Steps

1. Clone Repository

bash
git clone https://github.com/sisig-ai/doctor
cd doctor

2. Set Environment Variables

bash
export OPENAI_API_KEY=your-openai-key

3. Run the Stack

bash
docker compose up

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure Docker and Docker Compose are installed correctly.

Additional Resources