We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leeguooooo/email-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•1.69 KiB
# Documentation
Mailbox is now a CLI-first project.
Primary docs for the Node CLI rewrite:
- `docs/AI_SKILL_MAILBOX_CLI.md` (automation/agent usage)
- `docs/CLI_JSON_CONTRACT.md` (JSON output shapes)
- `docs/RELEASING.md` (binaries + npm distribution)
- `docs/NODE_REWRITE_PLAN.md` (roadmap/architecture)
Legacy Python/MCP docs are kept for reference only:
- `docs/LEGACY_PYTHON.md`
---
## Quick Start
Start here:
- `docs/AI_SKILL_MAILBOX_CLI.md`
- `docs/CLI_JSON_CONTRACT.md`
- `docs/RELEASING.md`
---
## Legacy Guides
The `docs/guides/` directory contains legacy guides from the old Python/MCP era
(HTTP API, translation workflows, deployment notes). They are not maintained for
the Node CLI rewrite.
---
## 🏗️ Technical Documentation
### Architecture & Design
- **[System Architecture](ARCHITECTURE.md)** - Complete system architecture overview
- **[Database Design](database_design.md)** - Database schema and design decisions
---
## 📂 Additional Resources
### Historical Documents
The `archive/` directory contains historical documents from development, including:
- Bug fix records
- Refactoring summaries
- Optimization logs
- Code review notes
These are kept for reference but are not required reading.
---
## 🤝 Contributing
For developers who want to contribute:
1. Read the [System Architecture](ARCHITECTURE.md) to understand the codebase
2. Check the [Database Design](database_design.md) for data models
3. Review the [Production Deployment Guide](guides/PRODUCTION_DEPLOYMENT_GUIDE.md) for deployment details
4. See historical documents in `archive/` if you need development context
---
## Support
Open an issue in your fork/repository.
---
**Last Updated**: 2026-02-01