We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Marcussy34/localMCP-crawl4ai-RAG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# OpenAI Configuration
OPENAI_API_KEY=sk-your-openai-key-here
# Embedding Model
EMBEDDING_MODEL=text-embedding-3-small
EMBEDDING_DIMENSIONS=1536
# Chunk Settings
CHUNK_SIZE=800
CHUNK_OVERLAP=100
# Retrieval Settings
TOP_K_RESULTS=5
MIN_SIMILARITY_SCORE=0.7
# MCP Server
MCP_SERVER_NAME=local-docs
MCP_SERVER_VERSION=1.0.0