Skip to main content
Glama

mcp-google-sheets

docker-compose.dev.yml399 B
services: db: image: postgres:14.4 environment: POSTGRES_DB: activepieces POSTGRES_USER: postgres POSTGRES_PASSWORD: A79Vm5D4p2VQHOp2gd5 volumes: - postgres_data:/var/lib/postgresql/data ports: - "5432:5432" redis: image: redis:7.0.7 volumes: - redis_data:/data ports: - "6379:6379" volumes: postgres_data: redis_data:

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/activepieces/activepieces'

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