Skip to main content
Glama

MCP-Python

by rhabraken
docker-compose.yml469 B
version: "3.8" services: db: image: postgres:15 container_name: fastmcp_db environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: password POSTGRES_DB: mydatabase env_file: .env ports: - "5432:5432" volumes: - postgres_data:/var/lib/postgresql/data app: build: context: . dockerfile: Dockerfile depends_on: - db env_file: .env container_name: app volumes: postgres_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/rhabraken/mcp-python'

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