|
| 1 | ++++ |
| 2 | +date = '2025-07-17T10:00:00Z' |
| 3 | +draft = true |
| 4 | +title = 'Governance for MCP' |
| 5 | +author = 'David Soria Parra (Lead Maintainer)' |
| 6 | +tags = ['announcement', 'governance', 'community'] |
| 7 | ++++ |
| 8 | + |
| 9 | +The Model Context Protocol project has adopted a formal [governance structure](https://modelcontextprotocol.io/community/governance) to guide its development. |
| 10 | + |
| 11 | +Since MCP's open source release in November 2024, the project has grown rapidly. Our informal processes haven't scaled with this growth, leading to unclear decision-making and stale pull requests. Today we're addressing these challenges with a formal governance model. |
| 12 | + |
| 13 | +## Governance Structure |
| 14 | + |
| 15 | +The new model establishes three tiers of leadership: |
| 16 | + |
| 17 | +- **Maintainers** manage specific components (SDKs, documentation, repositories) |
| 18 | +- **Core Maintainers** guide overall project direction and specification evolution |
| 19 | +- **Lead Maintainers** serve as final decision-makers with veto power |
| 20 | + |
| 21 | +All maintainers form the MCP steering group. Core and lead maintainers meet bi-weekly to review [Specification Enhancement Proposals (SEPs)](#specification-enhancement-proposals-seps). Meeting notes and decisions from these meetings will be made public, ensuring transparent governance for the entire community. |
| 22 | + |
| 23 | +## Specification Enhancement Proposals (SEPs) |
| 24 | + |
| 25 | +We're introducing the [Spec Enhancement Proposal](https://modelcontextprotocol.io/community/sep-guidelines) (SEP) as the primary mechanism for proposing changes to MCP, similar to Python's PEPs or Rust's RFCs. Briefly, the SEP process is: |
| 26 | + |
| 27 | +1. Submit a proposal as a GitHub issue |
| 28 | +2. Find a steering group sponsor through the [MCP Discord](https://discord.gg/modelcontextprotocol) or GitHub |
| 29 | +3. Progress through draft, review, and implementation stages |
| 30 | + |
| 31 | +SEPs ensure thoughtful evolution of the protocol while maintaining an open contribution process. |
| 32 | + |
| 33 | +## Get Involved |
| 34 | + |
| 35 | +We're actively looking for contributors at all levels: |
| 36 | + |
| 37 | +- **New Contributors**: Start with documentation improvements, bug fixes, or examples. Every contribution matters, and we're here to help you get started. |
| 38 | + |
| 39 | +- **SDK Developers**: Help build or maintain SDKs in new languages. We especially need maintainers for emerging language ecosystems. |
| 40 | + |
| 41 | +- **Documentation Writers**: Clear documentation is crucial for MCP's success. Help us improve guides, tutorials, and API references. |
| 42 | + |
| 43 | +- **Future Maintainers**: Show your expertise through consistent contributions. We promote from within our community based on merit and commitment. |
| 44 | + |
| 45 | +Join our [Discord](https://discord.gg/modelcontextprotocol) to connect with other contributors, ask questions, and find mentorship. Whether you're fixing typos or proposing protocol changes through SEPs, there's a place for you in the MCP community. |
| 46 | + |
| 47 | +For details, see our [governance documentation](https://modelcontextprotocol.io/community/governance). |
0 commit comments