Skip to main content
Glama

RTIdeas MCP API Server

env.example994 B
# RTIdeas MCP API Server Environment Configuration # Copy this file to .env and update with your actual values # MongoDB Configuration MONGODB_URI=mongodb://localhost:27017/rtideas MONGODB_DATABASE=rtideas # API Server Configuration API_HOST=0.0.0.0 API_PORT=8000 API_RELOAD=false # CORS Configuration CORS_ORIGINS=* CORS_CREDENTIALS=true # MCP Server Configuration LOG_LEVEL=INFO API_TIMEOUT=30 MAX_RESULTS=100 # Search Configuration DEFAULT_SEARCH_LIMIT=10 MAX_SEARCH_LIMIT=100 # Clustering Configuration DEFAULT_CLUSTER_METHOD=hdbscan DEFAULT_CLUSTER_K=8 DEFAULT_SIMILARITY_THRESHOLD=0.6 # Feature Flags ENABLE_AUTO_ANALYSIS=true ENABLE_WEBSOCKET=true # Optional: Redis Configuration (for caching) # REDIS_URL=redis://localhost:6379/0 # Optional: Monitoring and Metrics # ENABLE_METRICS=true # METRICS_PORT=9090 # Optional: Advanced MongoDB Settings # MONGODB_MAX_POOL_SIZE=10 # MONGODB_MIN_POOL_SIZE=1 # MONGODB_MAX_IDLE_TIME_MS=30000

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/automationagent10-max/MCP1'

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