Skip to main content
Glama
jmgilman

Crawl4AI RAG MCP Server

by jmgilman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost address for the server.0.0.0.0
PORTNoPort for the server.8051
NEO4J_URINoNeo4j connection URI (required if USE_KNOWLEDGE_GRAPH=true).bolt://localhost:7687
TRANSPORTNoTransport protocol (sse or stdio).sse
NEO4J_USERNoNeo4j username (required if USE_KNOWLEDGE_GRAPH=true).neo4j
MODEL_CHOICENoModel for summaries and contextual embeddings (OpenRouter format).openai/gpt-4.1-nano
SUPABASE_URLYesSupabase project URL for the vector database.
USE_RERANKINGNoEnable reranking strategy.false
NEO4J_PASSWORDNoNeo4j password (required if USE_KNOWLEDGE_GRAPH=true).password
OPENAI_API_KEYYesOpenAI API key for embeddings.
USE_AGENTIC_RAGNoEnable agentic RAG for code examples.false
USE_HYBRID_SEARCHNoEnable hybrid search strategy.false
OPENROUTER_API_KEYYesOpenRouter API key for LLM chat completions.
USE_KNOWLEDGE_GRAPHNoEnable knowledge graph functionality (requires Neo4j).false
SUPABASE_SERVICE_KEYYesSupabase service key for the vector database.
USE_CONTEXTUAL_EMBEDDINGSNoEnable contextual embeddings strategy.false

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/jmgilman/c4ai-mcp'

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