# Contributing to Atla MCP Server
We welcome contributions to the Atla MCP Server! This document provides guidelines and steps for contributing.
## Development Setup
Follow the installation steps in the [README.md](README.md#installation), making sure to install the development dependencies:
```shell
uv pip install -e ".[dev]"
pre-commit install # Set up git hooks
```
## Making Changes
1. Fork the repository on GitHub
2. Clone your fork locally
3. Create a new branch for your changes
4. Make your changes
5. Commit your changes (pre-commit hooks will run automatically)
6. Push to your fork
7. Submit a pull request from your fork to our main repository
## Questions?
Feel free to open an issue if you have questions or run into problems.