Skip to main content
Glama
utaschulz1

Crawl4AI RAG MCP Server

by utaschulz1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoMCP server host0.0.0.0
PORTNoMCP server port8051
NEO4J_URINoNeo4j URI (required if USE_KNOWLEDGE_GRAPH=true)bolt://localhost:7687
TRANSPORTNoMCP transport type (sse or stdio)sse
NEO4J_USERNoNeo4j username (required if USE_KNOWLEDGE_GRAPH=true)neo4j
MODEL_CHOICENoLLM model for summaries and contextual embeddingsgpt-4.1-nano
SUPABASE_URLYesYour Supabase project URL
USE_RERANKINGNoEnable cross-encoder rerankingfalse
NEO4J_PASSWORDNoNeo4j password (required if USE_KNOWLEDGE_GRAPH=true)
OPENAI_API_KEYYesYour OpenAI API key for generating embeddings
USE_AGENTIC_RAGNoEnable agentic RAG for code examplesfalse
USE_HYBRID_SEARCHNoEnable hybrid search (keyword + vector)false
USE_KNOWLEDGE_GRAPHNoEnable knowledge graph hallucination detectionfalse
SUPABASE_SERVICE_KEYYesYour Supabase service role key
USE_CONTEXTUAL_EMBEDDINGSNoEnable contextual embeddings strategyfalse

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/utaschulz1/mcp-crawl2db-neo4j-rag'

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