We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deephaven/deephaven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•782 B
# Docker Assets for MCP Docs Server
This directory contains the Dockerfile and docker-compose.yml for building and running the MCP Docs server container.
- [`Dockerfile`](Dockerfile): Build instructions for the MCP Docs server image.
- [`docker-compose.yml`](docker-compose.yml): Compose file for local orchestration of the MCP Docs server (and optional dependencies).
## Usage
### Build the Docker Image
```sh
docker build -f ops/docker/mcp-docs/Dockerfile -t mcp-docs:latest .
```
### Run with Docker Compose
```sh
docker compose -f ops/docker/mcp-docs/docker-compose.yml up
```
## Notes
- The build context is the repo root, so all code/assets are accessible to the Dockerfile.
- Update the GitHub Actions workflow to use [`ops/docker/mcp-docs/Dockerfile`](Dockerfile).