Skip to main content
Glama

Universal Documentation MCP Server

by tcsenpai
.env.example854 B
# GitBook MCP Server Configuration # Target GitBook URL (required) GITBOOK_URL=https://docs.yourproject.io # Cache settings CACHE_TTL_HOURS=1 CACHE_FILE=.gitbook-cache.json # Scraping settings SCRAPING_DELAY_MS=100 MAX_RETRIES=3 REQUEST_TIMEOUT_MS=30000 # Rate limiting MAX_CONCURRENT_REQUESTS=5 # Server Branding (auto-detected if not specified) # SERVER_NAME=your-project-docs # SERVER_DESCRIPTION=Your project documentation # DOMAIN_KEYWORDS=api,documentation,guide,tutorial # Tool Configuration (optional) # TOOL_PREFIX=your_project_ # Results in: your_project_search_content, your_project_get_page, etc. # Auto-detection settings (recommended) AUTO_DETECT_DOMAIN=true AUTO_DETECT_KEYWORDS=true # Server settings SERVER_VERSION=1.0.0 # Debug/Logging DEBUG=false LOG_LEVEL=info # REST API settings (optional) API_PORT=3000 API_ENABLED=false

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/tcsenpai/mcpbook'

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