Skip to main content
Glama

MCP Server Template for Cursor IDE

by jankowtf
docker-compose.yml556 B
name: mcp-hitchcode services: mcp-server: build: . ports: - "${MCP_SERVER_PORT:-8000}:8000" environment: - MCP_SERVER_PORT=${MCP_SERVER_PORT:-8000} - MCP_SERVER_HOST=${MCP_SERVER_HOST:-0.0.0.0} - DEBUG=${DEBUG:-false} - MCP_USER_AGENT=${MCP_USER_AGENT:-"MCP Hitchcode Server (github.com/modelcontextprotocol/python-sdk)"} restart: unless-stopped healthcheck: test: [ "CMD", "curl", "-f", "http://localhost:8000/sse" ] interval: 30s timeout: 10s retries: 3 start_period: 10s

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