Skip to main content
Glama

Documentation Crawler & MCP Server

by alizdavoodi
config.py296 B
import pickle from pathlib import Path # Directory where the crawled markdown files are stored STORAGE_DIR = Path("./storage") # Path for caching the processed chunks and embeddings # Store it alongside the storage dir for simplicity CACHE_FILE_PATH = STORAGE_DIR / "document_chunks_cache.pkl"

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/alizdavoodi/MCPDocSearch'

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