We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•523 B
# Documentation
Documentation has moved to [`book/`](../book/src/).
## Quick Links
- [Introduction](../book/src/introduction.md)
- [Getting Started](../book/src/getting-started.md)
- [Architecture](../book/src/architecture.md)
- [Tools Reference](../book/src/tools-reference.md)
## Building Documentation
```bash
# Install mdbook
cargo install mdbook
# Build and serve locally
cd book
mdbook serve --open
```
## API Specification
The OpenAPI specification is located in this directory: [openapi.yaml](openapi.yaml)