Skip to main content
Glama
aech-ai

Teams Messenger MCP App

by aech-ai
postgresql.conf840 B
# PostgreSQL configuration tuned for the IR server # Connection settings listen_addresses = '*' max_connections = 100 # Memory settings shared_buffers = 256MB work_mem = 16MB maintenance_work_mem = 64MB # Query tuning random_page_cost = 1.1 effective_cache_size = 1GB # Write-ahead log wal_level = replica max_wal_size = 1GB min_wal_size = 80MB checkpoint_completion_target = 0.9 checkpoint_timeout = 10min # Query planning effective_io_concurrency = 200 # For SSDs # For vector search max_parallel_workers_per_gather = 4 max_parallel_workers = 8 max_parallel_maintenance_workers = 4 # Logging log_timezone = 'UTC' log_min_duration_statement = 100ms log_checkpoints = on log_connections = on log_disconnections = on log_lock_waits = on # Statistics track_activities = on track_counts = on track_io_timing = on track_functions = all

Latest Blog Posts

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/aech-ai/mcp-teams'

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