Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
docker-compose.yml694 B
services: # Development server with hot reload docusaurus-dev: build: context: . target: development ports: - "3000:3000" volumes: - .:/app - /app/node_modules - /app/.docusaurus environment: - NODE_ENV=development command: npm run start -- --host 0.0.0.0 --port 3000 profiles: - dev # Production build and serve docusaurus-prod: build: context: . target: production ports: - "8080:80" profiles: - prod # Build only (for CI/CD testing) docusaurus-build: build: context: . target: builder volumes: - ./build:/app/build profiles: - build

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/tosin2013/mcp-adr-analysis-server'

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