We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScottHoang/breadcrumbs_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Project: [Project Name]
**Last Updated:** [YYYY-MM-DD]
**Sessions:** [Count]
**Status:** [Active/Maintenance/Archived]
## Quick Facts
- **Language/Stack:** [e.g., TypeScript, React, Node.js]
- **Purpose:** [One sentence description]
- **Repository:** [URL or path]
- **Key Entry Points:** [Main files to start exploring]
- **Build Command:** `[command]`
- **Test Command:** `[command]`
- **Run Command:** `[command]`
## Architecture Overview
[High-level description of how the system is structured]
### Key Directories
```
project-root/
├── src/ # [Description]
├── tests/ # [Description]
└── config/ # [Description]
```
## Critical Paths
[Most important files and modules that are frequently modified or central to understanding the project]
- `path/to/file.ts` - [What it does and why it matters]
- `path/to/other.ts` - [What it does and why it matters]
## Active Contexts
[Current work streams and ongoing development areas]
- **[Context Name]** - [Brief description] → See [session link]
- **[Context Name]** - [Brief description] → See [session link]
## Recent Learnings
[Important discoveries about the codebase - last 5-10 items]
1. [Learning] - [Date]
2. [Learning] - [Date]
## Common Commands
```bash
# Development
[command] - [description]
# Testing
[command] - [description]
# Deployment
[command] - [description]
```
## Quick Links
- [Sessions](./sessions/) - Chronological work log
- [Components](./components/) - Detailed component documentation
- [ADRs](./adr/) - Architectural decisions
- [Patterns](./patterns/) - Reusable patterns and conventions
## Notes
[Any additional context that doesn't fit elsewhere]