# DocShark > DocShark is a local-first documentation MCP server for Bun-based workflows. It scrapes documentation sites, stores them in SQLite + FTS5, and serves fast search results to AI assistants. ## Core Docs - [Home](https://dsharkd.svelte-apps.me/): Overview, install path, and quick CLI entry points. - [Docs](https://dsharkd.svelte-apps.me/docs): Documentation hub and navigation entry point. - [Getting Started](https://dsharkd.svelte-apps.me/docs/getting-started): Bun install, bunx usage, and MCP client configuration. - [MCP Tools](https://dsharkd.svelte-apps.me/docs/tools-spec): Tool reference for add, search, list, get, refresh, and remove. - [Scraping Pipeline](https://dsharkd.svelte-apps.me/docs/scraping-pipeline): Discovery, fetching, extraction, chunking, and indexing flow. - [Database Schema](https://dsharkd.svelte-apps.me/docs/database-schema): SQLite and FTS5 schema design. - [Project Structure](https://dsharkd.svelte-apps.me/docs/project-structure): Package layout and architecture map. ## CLI - [Getting Started](https://dsharkd.svelte-apps.me/docs/getting-started): Bun and bunx install instructions plus example commands. ## MCP - [MCP Tools](https://dsharkd.svelte-apps.me/docs/tools-spec): Complete tool reference and usage patterns.