Thanks for your interest in contributing! This guide explains how to get involved.
- Fork the repository and clone it locally
- Install dependencies with
npm install - Run
npm run devto start both client and server in development mode - Use the web UI at http://localhost:6274 to interact with the inspector
We're actively developing Inspector V2 to address architectural and UX improvements. We invite you to follow progress and participate in the Inspector V2 Working Group in Discord, weekly meetings, and GitHub Discussions (where notes are posted after meetings).
Current version (V1) contribution scope:
- Bug fixes and MCP spec compliance are actively maintained
- Documentation updates are always appreciated
- Major changes will be directed to V2 development
- Create a new branch for your changes
- Make your changes following existing code style and conventions. You can run
npm run prettier-checkandnpm run prettier-fixas applicable. - Test changes locally by running
npm testandnpm run test:e2e - Update documentation as needed
- Use clear commit messages explaining your changes
- Verify all changes work as expected
- Submit a pull request
- PRs will be reviewed by maintainers
This project follows our Code of Conduct. Please read it before contributing.
If you find a security vulnerability, please refer to our Security Policy for reporting instructions.
Feel free to open an issue for questions or join the MCP Contributor Discord server. Also, please see notes above on Inspector V2 Development.
By contributing, you agree that your contributions will be licensed under the MIT license.