Skip to main content
Glama

RhinoCommon MCP

by voidbox-ai
compose.yaml550 B
services: scraper: build: context: . dockerfile: Dockerfile target: scraper container_name: rhinocommon-scraper volumes: - ./docs:/app/docs - ./scraper:/app/scraper stdin_open: true tty: true environment: - RHINO_VERSION=8 - OUTPUT_DIR=/app/docs server: build: context: . dockerfile: Dockerfile target: server container_name: rhinocommon-mcp-server volumes: - ./docs:/app/docs:ro - ./server:/app/server stdin_open: true tty: 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/voidbox-ai/rhinocommon-mcp'

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