Skip to main content
Glama

Teams Messenger MCP App

by imoon
Dockerfile460 B
FROM postgres:15 # Install the pgvector extension RUN apt-get update \ && apt-get install -y --no-install-recommends \ postgresql-15-pgvector \ postgresql-contrib-15 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* # Copy custom configuration COPY postgresql.conf /etc/postgresql/postgresql.conf # Set the default command to run when starting the container CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]

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

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