Skip to main content
Glama

ProAlpha MCP Server

by NinjaEde
docker-compose.yml288 B
version: "3.9" services: mcp-proalpha: build: . container_name: mcp-proalpha env_file: - .env ports: - "${MCP_PORT:-8000}:${MCP_PORT:-8000}" - "${API_SERVER_PORT:-8081}:${API_SERVER_PORT:-8081}" volumes: - ./:/app command: python -m app

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/NinjaEde/mcp-proalpha'

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