We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesammykins/context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•811 B
# Contributing to Agent Progress MCP
Thank you for your interest in contributing! This document provides guidelines for contributing to this project.
## Development Setup
1. Clone the repository
2. Install dependencies: `npm install`
3. Run tests: `npm test`
4. Build the project: `npm run build`
## Code Style
- TypeScript with strict mode enabled
- Follow existing patterns and conventions
- Use conventional commits for PR titles
- Add tests for new functionality
## Testing
Run tests with `npm test`. Use `npm run test:watch` for development.
## Submitting Changes
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests if applicable
5. Ensure all tests pass
6. Submit a pull request
## Issues
Please use the GitHub issue tracker for bug reports and feature requests.