Skip to main content
Glama

Dummy MCP Server

by restful3
docker-compose.yml420 B
version: '3.8' services: dummy-mcp-server: image: python:3.10-slim container_name: dummy_mcp_server restart: unless-stopped working_dir: /app ports: - "8002:8002" volumes: - .:/app networks: - nginx-n8n-net command: > sh -c "pip install --no-cache-dir -r requirements.txt && python -m app.main" networks: nginx-n8n-net: external: true

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/restful3/dummy_mcp_server'

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