We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sisilet/wayback-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•645 B
### Contributing
Thanks for your interest in contributing! Please follow these steps:
1. Fork the repository and create a feature branch.
2. Use Python 3.10+.
3. Create a virtual environment and install dependencies:
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
4. Run formatting/linting if you add them, and ensure the project builds:
```bash
python -m pip install build
python -m build
```
5. Open a Pull Request with a clear description and screenshots/logs if applicable.
By contributing, you agree that your contributions will be licensed under the MIT License.