Skip to main content
Glama

Crawl4AI RAG MCP Server

by Chillbruhhh
MIT License
1
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost address for the MCP server0.0.0.0
PORTNoPort for the MCP server8051
NEO4J_URINoNeo4j database URI for knowledge graph functionalitybolt://localhost:7687
TRANSPORTNoTransport protocol (sse or stdio)sse
NEO4J_USERNoNeo4j database usernameneo4j
MODEL_CHOICENoLLM for summaries and contextual embeddings (OpenRouter format)openai/gpt-4.1-nano
SUPABASE_URLYesSupabase project URL for vector database
USE_RERANKINGNoEnable reranking for improved result relevancefalse
NEO4J_PASSWORDNoNeo4j database password
OPENAI_API_KEYYesOpenAI API key for embeddings
USE_AGENTIC_RAGNoEnable specialized code example extractionfalse
USE_HYBRID_SEARCHNoEnable hybrid search combining vector and keyword searchfalse
OPENROUTER_API_KEYYesOpenRouter API key for LLM chat completions
USE_KNOWLEDGE_GRAPHNoEnable knowledge graph for AI hallucination detectionfalse
SUPABASE_SERVICE_KEYYesSupabase service key for database access
USE_CONTEXTUAL_EMBEDDINGSNoEnable contextual embeddings for enhanced semantic understandingfalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Chillbruhhh/crawl4ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server