OSS Launch Checklist
This checklist captures the week-one launch work for Coordination Memory MCP.
Current Public State
- GitHub repository:
https://github.com/yanqiw/comem - Current package version in
pyproject.toml:0.2.6 - Public PyPI version:
0.2.4;0.2.6is not published yet - Public GitHub description:
Local MCP coordination layer for multi-agent coding: task leases, auditable handoffs, independent acceptance contracts. - Public GitHub topics:
agent-orchestration,ai-agents,developer-tools,governance,local-first,mcp,model-context-protocol,multi-agent,sqlite - Public GitHub Discussions: enabled
- Public GitHub releases: none
- PyPI package
coordination-memory-mcp: published at0.2.4 - PyPI pending Trusted Publisher: configured by the project owner for GitHub Actions release workflow
- Local GitHub CLI auth can read repository metadata
mcp-publisher: not installed locally
Repository Settings
Set these in GitHub before announcing broadly:
- Description:
Local MCP coordination layer for multi-agent coding: task leases, auditable handoffs, independent acceptance contracts. - Website:
https://github.com/yanqiw/comem - Topics:
mcp,model-context-protocol,ai-agents,multi-agent,agent-orchestration,local-first,sqlite,developer-tools,governance - Enable Discussions.
- Keep Issues enabled.
- Keep the security advisory link active.
Release Path
- Confirm GitHub CLI still has write access before tagging the release.
- Confirm PyPI Trusted Publishing for:
- PyPI project:
coordination-memory-mcp - Repository:
yanqiw/comem - Workflow:
.github/workflows/release.yml - Environment:
pypi - Status: configured
- PyPI project:
- Ensure the release commit includes:
pyproject.tomlversion0.2.6CHANGELOG.mdrelease section0.2.6- README install instructions
- README MCP Registry marker:
mcp-name: io.github.yanqiw/comem server.json
- Tag and push:
bash
git tag v0.2.6
git push origin v0.2.6- Wait for the Release workflow to publish to PyPI.
- Verify:
bash
curl https://pypi.org/pypi/coordination-memory-mcp/json
uvx --from coordination-memory-mcp comem --helpMCP Registry
The MCP Registry uses metadata only; the PyPI package must exist first.
bash
mcp-publisher login github
mcp-publisher publishThe committed server.json is prepared for the registry name io.github.yanqiw/comem and package coordination-memory-mcp.
Directory Submissions
- MCP Registry: publish with
mcp-publisherafter PyPI is live. - Glama: submit the GitHub repository and package metadata.
awesome-mcp-servers: open a PR with one concise entry under the most relevant agent/developer-tools section.
Launch Gate
Do not post the launch announcement until these are true:
- PyPI package resolves.
uvx --from coordination-memory-mcp comem --helpworks on a clean machine.- GitHub description/topics are set.
- Discussions is enabled.
- README links to launch resources and demo script.
- The dashboard screenshot renders in GitHub.