We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rebots-online/mcp-chat-analysis-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Example environment variables for Chat Analysis MCP Server
# Copy this file to .env and update with your values
# Neo4j Configuration
NEO4J_URL=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=your-password
# Qdrant Configuration
QDRANT_URL=http://localhost:6333
QDRANT_API_KEY=
# Embedding Model Configuration
EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
DEVICE=cpu
BATCH_SIZE=32
MAX_LENGTH=512
# Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=logs/chat-analysis.log