Skip to main content
Glama

Sectional MCP Panel

by rblake2320
docker-compose.yml420 B
version: '3' services: mcp-panel: build: context: . dockerfile: Dockerfile container_name: mcp-panel ports: - "8000:8000" volumes: - ./config:/app/config - ./data:/data - /var/run/docker.sock:/var/run/docker.sock restart: unless-stopped environment: - MCP_PANEL_CONFIG_DIR=/app/config - MCP_PANEL_DATA_DIR=/data - MCP_PANEL_LOG_LEVEL=INFO

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/rblake2320/sectional-mcp-panel'

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