Publish PlanExe to MCP Registry
This page documents how to publish the hosted PlanExe MCP server (https://mcp.planexe.org/mcp) to the official MCP Registry so it appears in the GitHub MCP registry UI.
1) Metadata file
PlanExe uses the committed registry metadata file in the MCP cloud component:
mcp_cloud/server.json
The current registry name is:
io.github.PlanExeOrg/planexe
This uses GitHub namespace ownership verification (io.github.<org>/<server>).
2) Install mcp-publisher
On macOS, prefer Homebrew:
Fallback (direct binary download):
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" \
| tar xz mcp-publisher && sudo mv mcp-publisher /usr/local/bin/
3) Authenticate and publish
From the mcp_cloud directory, run:
Notes:
- Publish from the directory containing
server.json(mcp_cloud/). - Bump
versioninmcp_cloud/server.jsonfor each new release before publishing.
4) Verify registry entry
If found in registry search, it should become discoverable in the GitHub MCP Registry UI at https://github.com/mcp.