Agent distribution
Connect once. Delegate only the tools you approve.
The canonical remote endpoint uses Streamable HTTP and OAuth discovery. Menu names vary by host release, but the endpoint and security checks stay the same.
Canonical hosted endpoint
Add this URL as a remote MCP server. The host should discover OAuth metadata instead of requesting a raw API key.
https://mcp.getmd.xyz/mcpChatGPT
In the workspace connector or MCP settings available to your account, add a custom remote server, enter the canonical endpoint, complete GetMD sign-in, and review the consent screen. Then run the no-cost capabilities prompt.
Codex
Add a remote MCP server named getmd using the canonical endpoint, then complete OAuth when prompted. Confirm the configured server before allowing a repository task to call it.
codex mcp add getmd --url https://mcp.getmd.xyz/mcp
codex mcp listOther MCP hosts
Choose Streamable HTTP, provide the canonical endpoint, require OAuth 2.1 authorization code with PKCE, and reject any setup that asks you to paste a long-lived GetMD API key into chat.
- Verify the client name and redirect URI.
- Grant only the required scopes.
- Test getmd_capabilities before a mutating call.
- Revoke unused grants from GetMD.
Registry availability
Direct installation is documented now. Public registry and plugin-directory submissions remain gated until the production endpoint passes clean-account authorization and successful-agent-job verification.