Skip to main content
Glama

MCP Chat Analysis Server

config.example.yml613 B
# Example configuration for Chat Analysis MCP Server # Neo4j Configuration neo4j: url: "bolt://localhost:7687" # Neo4j server URL user: "neo4j" # Neo4j username password: "your-password" # Change this! # Qdrant Configuration qdrant: url: "http://localhost:6333" # Qdrant server URL api_key: "" # Optional API key # Embedding Model Configuration embedding: model: "sentence-transformers/all-MiniLM-L6-v2" device: "cpu" # or "cuda" for GPU batch_size: 32 max_length: 512 # Logging Configuration logging: level: "INFO" file: "logs/chat-analysis.log"

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/rebots-online/mcp-chat-analysis-server'

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