We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcruz-impel/local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•840 B
# Documentation Organization Guide
This directory contains PDF documentation files that are served by the CRM PDF Documentation Server.
## Folder Structure
The following folder structure is recommended for organizing your documentation:
```
Docs/
├── Development-Guides/ # Development documentation
```
## File Organization Guidelines
### Development Guides
- Place development setup guides in `Development-Guides/`
- Include coding standards, architecture documents
- Add deployment and configuration guides
## Notes
- The folder structure is optional - you can organize files as needed
- The MCP server will automatically discover PDF files in any subdirectory
- Files are ignored by git (see `.gitignore`) but folders are tracked
- You can create additional folders as needed for your specific documentation needs