Skip to main content
Glama

MCP Agent Mail

docker-compose.yml494 B
version: '3.8' services: db: image: postgres:16-alpine environment: POSTGRES_DB: agent_mail POSTGRES_USER: agent POSTGRES_PASSWORD: agent volumes: - pgdata:/var/lib/postgresql/data server: build: . ports: - "8765:8765" environment: DATABASE_URL: postgres+asyncpg://agent:agent@db:5432/agent_mail STORAGE_ROOT: /data/archive volumes: - archive:/data/archive depends_on: - db volumes: pgdata: archive:

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/Dicklesworthstone/mcp_agent_mail'

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