Crawl4ai2vectordb
БесплатноНе проверенMCP server for crawling web documentation and storing it in a Supabase vector database.
Описание
MCP server for crawling web documentation and storing it in a Supabase vector database.
README
MCP server for crawling web documentation and storing it in a Supabase vector database. Credits: craw4ai and Cole Medin's mcp server.
Responsibility: ingestion only — crawl, chunk, embed, store. No search, no reranking, no Neo4j.
Tools
| Tool | Description |
|---|---|
crawl_single_page |
Crawl one URL and store its content |
smart_crawl_url |
Auto-detect URL type (sitemap / txt / webpage) and crawl accordingly |
get_available_sources |
List all sources stored in the database |
delete_source |
Delete a source and all its content from the database |
Setup
cp .env.example .env
# fill in OPENAI_API_KEY, MODEL_CHOICE, SUPABASE_URL, SUPABASE_SERVICE_KEY
uv sync
Running
stdio (recommended — Claude Code manages the process):
Add to your MCP config:
{
"mcpServers": {
"crawl4ai2vectordb": {
"type": "stdio",
"command": "uv",
"args": ["run", "python", "-u", "src/server.py"],
"cwd": "/path/to/mcp_crawl4ai2vectordb"
}
}
}
or
{
"mcpServers": {
"crawl4ai2vectordb": {
"type": "sse",
"url": "http://localhost:8051/sse"
}
}
}
SSE (manual startup, for multi-client use):
TRANSPORT=sse uv run python -u src/server.py
Optional features
| Env var | Default | Effect |
|---|---|---|
USE_CONTEXTUAL_EMBEDDINGS |
false |
Prepend LLM-generated context to each chunk before embedding (improves retrieval accuracy, costs more) |
USE_AGENTIC_RAG |
false |
Extract code blocks and store them separately in code_examples table |
Установка Crawl4ai2vectordb
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/utaschulz1/mcp_crawl4ai2vectordbFAQ
Crawl4ai2vectordb MCP бесплатный?
Да, Crawl4ai2vectordb MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Crawl4ai2vectordb?
Нет, Crawl4ai2vectordb работает без API-ключей и переменных окружения.
Crawl4ai2vectordb — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Crawl4ai2vectordb в Claude Desktop, Claude Code или Cursor?
Открой Crawl4ai2vectordb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Crawl4ai2vectordb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
