Skip to main content
Glama
docker-compose.yml446 B
version: '3.8' services: upstox-mcp-server: build: context: . dockerfile: Dockerfile container_name: upstox environment: UPSTOX_API_KEY: UPSTOX_API_KEY UPSTOX_API_SECRET: UPSTOX_API_SECRET UPSTOX_ACCESS_TOKEN: UPSTOX_ACCESS_TOKEN NODE_ENV: ${NODE_ENV:-production} MCP_ENDPOINT: /mcp restart: unless-stopped stdin_open: true tty: true volumes: - ./logs:/app/logs

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/dileepgaganr/upstox-mcp'

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