Skip to main content
Glama

FastMCP PostgreSQL Query Service

by xjxjin
docker-compose.yml369 B
version: '3.8' services: fastmcp-app: image: xjxjin/fx-mcp:latest container_name: fastmcp-app environment: - DB_USER=admin - DB_PASSWORD=password - DB_HOST=postgres - DB_PORT=5432 - DB_NAME=postgres - TRANSPORT_MODE=http - HOST=0.0.0.0 - PORT=8080 ports: - "8080:8080" restart: unless-stopped

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/xjxjin/fx-mcp'

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