We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gvaibhav/TAM-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.mdโข2.07 kB
# Contributor Documentation
Welcome to the TAM MCP Server contributor documentation! This section is for developers who want to **contribute to** or **extend** the TAM MCP Server.
## ๐ Quick Links
| Document | Description |
|----------|-------------|
| [Contributing Guide](contributing.md) | How to contribute to the project |
| [Development Environment](dev-setup.md) | Local development setup |
| [Architecture Overview](architecture.md) | System design and structure |
| [Testing Guide](testing.md) | Running and writing tests |
| [Code Standards](code-standards.md) | Coding conventions and best practices |
| [API Development](api-development.md) | Adding new endpoints and features |
| [Data Sources](data-sources.md) | Working with external data APIs |
| [Security Guidelines](security.md) | Security considerations |
## ๐ New Contributor?
1. **Start Here**: [Contributing Guide](contributing.md)
2. **Set Up Environment**: [Development Environment](dev-setup.md)
3. **Understand the Code**: [Architecture Overview](architecture.md)
4. **Learn Testing**: [Testing Guide](testing.md)
## ๐ง Ready to Code?
1. **Follow Standards**: [Code Standards](code-standards.md)
2. **Add Features**: [API Development](api-development.md)
3. **Work with Data**: [Data Sources](data-sources.md)
4. **Stay Secure**: [Security Guidelines](security.md)
## ๐๏ธ Architecture Overview
The TAM MCP Server is built with:
- **TypeScript** for type safety
- **Model Context Protocol** for client communication
- **Multiple Transports** (STDIO, SSE, HTTP)
- **8 Data Sources** for market data
- **Comprehensive Testing** with Vitest
- **Professional Documentation** structure
## ๐งช Development Workflow
1. **Fork & Clone** the repository
2. **Set Up Environment** following our guide
3. **Create Feature Branch** for your changes
4. **Write Tests** for new functionality
5. **Submit Pull Request** with clear description
---
*This documentation focuses on contributing to the TAM MCP Server. For usage information, see the [Consumer Documentation](../consumer/).*