We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bytebase/dbhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•270 B
# DBHub Documentation
Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview documentation locally:
```bash
npm i -g mint
```
Run the following command at the root of your documentation (where `docs.json` is located):
```bash
cd docs
mint dev
```