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-user-guide.md•741 B
Generate USER-GUIDE documentation for the current project.
Call the `mcp__docs-mcp__generate_individual_doc` tool with:
- project_path: current working directory
- template_name: "user-guide"
This creates comprehensive user onboarding documentation with:
- Table of contents with anchor links
- Prerequisites with verification commands
- Step-by-step installation instructions
- Architecture explanations with diagrams
- Explicit command examples and usage patterns
- Common use cases and workflows
- Best practices (Do/Don't/Tips)
- Troubleshooting guide
- Quick reference tables
The document will be saved to coderef/foundation-docs/USER-GUIDE.md
Use this when you need to create user-facing documentation for onboarding and training.