We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xyehya/ai-peer-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•401 B
# Contributing to AI Peer Review MCP
Thank you for your interest in contributing!
## Quick Start
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests if applicable
5. Submit a pull request
## Development Setup
```bash
git clone https://github.com/yourusername/ai-peer-review-mcp
cd ai-peer-review-mcp
npm install
cp .env.example .env # Add your API key
npm run dev