We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GustyCube/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•884 B
# Discord MCP Documentation
This directory contains the VitePress documentation for Discord MCP.
## Development
To run the documentation site locally:
```bash
npm run docs:dev
```
This will start a local development server at `http://localhost:5173`.
## Building
To build the documentation for production:
```bash
npm run docs:build
```
The built files will be in `docs/.vitepress/dist/`.
## Preview
To preview the production build locally:
```bash
npm run docs:preview
```
## Deployment
The documentation is automatically deployed to GitHub Pages when changes are pushed to the `main` branch. The deployment workflow is defined in `.github/workflows/deploy-docs.yml`.
## Structure
- `/docs/` - Documentation markdown files
- `/docs/.vitepress/` - VitePress configuration and theme
- `/docs/guide/` - Getting started guides
- `/docs/api/` - API reference documentation