Skip to main content
Glama

Express MCP Server Echo

by jhgaylor
docker-compose.yml516 B
version: '3' services: # MCP Time Server with HTTP transport mcp-time-http: build: context: . ports: - "3000:3000" command: ["node", "dist/index.js", "--transport=http", "--port=3000"] environment: - NODE_ENV=production volumes: - ./dist:/app/dist # MCP Time Server with stdio transport (default) mcp-time-stdio: build: context: . environment: - NODE_ENV=production volumes: - ./dist:/app/dist # Use default command (npm start)

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/jhgaylor/express-mcp-server-echo'

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