We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JudiniLabs/mcp-code-graph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
repository-onboarding.md•947 B
# Complete Repository Onboarding
Generate comprehensive onboarding guide for the entire repository.
This command creates complete onboarding materials by:
1. Identifying all key components and entry points
2. Mapping learning paths based on system architecture
3. Generating progressive code walkthroughs
4. Creating hands-on exercises for each major component
5. Providing complete system understanding
Follow these steps:
1. Use nodes-semantic-search to find main application components and entry points
2. Get implementation details with get-code for key components
3. Map learning dependencies with get-usage-dependency-links
4. Find logical system flow with find-direct-connections
5. Search for all existing documentation with docs-semantic-search
6. Generate structured repository onboarding guide with progressive complexity
This command is ideal for: new developer onboarding, complete system understanding, and comprehensive training.