Skip to main content
Glama

MCP Server Template for Cursor IDE

by jankowtf
version: '3.8' services: app: build: context: . dockerfile: Dockerfile ports: - "8000:8000" volumes: - ./app:/app environment: - DEBUG=True depends_on: - db db: image: postgres:14 volumes: - postgres_data:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=postgres - POSTGRES_USER=postgres - POSTGRES_DB=app_db ports: - "5432:5432" 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/jankowtf/mcp-hitchcode'

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