We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srwlli/docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Generate my-guide quick reference documentation for the current project.
Call the `mcp__docs-mcp__generate_individual_doc` tool with:
- project_path: current working directory
- template_name: "my-guide"
This creates a concise 60-80 line quick reference document with:
- MCP tools organized by category (Documentation, Changelog, Standards, Planning)
- Slash commands organized by category
- One-line descriptions per tool/command
- Bullet-list format for quick scanning
The document will be saved to the project root as my-guide.md
Use this when you need a lightweight tool reference (vs comprehensive USER-GUIDE.md).