Skip to main content
Glama

MCP Content Analyzer

by DuncanDam
.env.template1.12 kB
# Copy this to .env and fill in your values # Excel Database Configuration EXCEL_DATABASE_PATH=./data/content-database.xlsx EXCEL_BACKUP_ENABLED=true EXCEL_AUTO_SAVE=true EXCEL_TEMPLATE_PATH=./config/excel-template.xlsx EXCEL_SCHEMA_VERSION=2.0 # Content Catalog Configuration CONTENT_CATALOG_PATH=./data/content-catalog-guidelines.md SUPPORT_DOCUMENT_VALIDATION=true AUTO_REJECT_UNSUITABLE=false DEFAULT_CATALOG_ENABLED=true # AI Analysis Configuration AI_ANALYSIS_ENABLED=true QUOTE_EXTRACTION_ENABLED=true CASE_STUDY_DETECTION_ENABLED=true CULTURAL_CONTEXT_ANALYSIS=true AUTO_CATEGORIZATION=true ENHANCED_SEARCH_ENABLED=true # Quality Control Settings MIN_SOURCE_CREDIBILITY=Medium REQUIRE_PUBLICATION_DATE=false REQUIRE_AUTHOR_INFO=false MIN_WORD_COUNT=100 MAX_CONTENT_AGE=365 CULTURAL_RELEVANCE_THRESHOLD=0.3 # OCR Configuration OCR_FALLBACK_ENABLED=true # Web Scraping Settings SCRAPER_USER_AGENT="MCP Content Analyzer 1.0" SCRAPER_TIMEOUT=30000 SCRAPER_RATE_LIMIT=5 # Server Configuration MCP_SERVER_PORT=3000 LOG_LEVEL=info MAX_CONTENT_LENGTH=50000 # Team Distribution TEAM_NAME=my_team SERVER_NAME=my-mcp

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/DuncanDam/my-mcp'

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