We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/douinc/mkdocs-mcp-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
getting-started.md•453 B
# Getting Started
This guide will help you get started with the test documentation.
## Installation
To install the necessary components:
```bash
pip install mkdocs
pip install mkdocs-material
```
## Configuration
Configure your MkDocs project by editing `mkdocs.yml`.
## Usage
Run the development server:
```bash
mkdocs serve
```
## Next Steps
- Explore the [API Reference](api.md)
- Learn about advanced features
- Contribute to the project