Skip to main content
Glama
docker-compose.yml392 B
services: redis: image: redis:7-alpine container_name: plink-redis restart: unless-stopped mcp: image: plink-mcp-server:latest container_name: plink-mcp-server environment: REDIS_URL: redis://redis:6379 PORT: 8787 NODE_ENV: production depends_on: - redis ports: - "8787:8787" command: ["node", "build/index.js", "--http"]

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/paracetamol951/P-Link-MCP'

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