Thank you for your interest in contributing to the Model Context Protocol (MCP) documentation! This guide will help you get started with contributing.
- Install the required tools:
- Node.js
- Git
- Mintlify CLI:
npm i -g mintlify
- Fork and clone the repository
- Create a new branch for your changes
- Run
mintlify dev
to preview changes locally
- Keep content clear, concise, and technically accurate
- Follow the existing file structure and naming conventions
- Include code examples where appropriate
- Use proper MDX formatting and components
- Test all links and code samples
You can contribute to:
- Conceptual guides
- API reference documentation
- Tutorials and quickstarts
- Best practices and examples
- Troubleshooting guides
- Ensure your changes follow our documentation guidelines
- Update the relevant table of contents if needed
- Test your changes locally using
mintlify dev
- Submit a pull request with a clear description of your changes
- Wait for review and address any feedback
- Check existing documentation at modelcontextprotocol.io
- Open an issue for bugs or concerns
- Join our community discussions
Please note that this project follows our Code of Conduct. By participating, you agree to uphold these guidelines.