Skip to main content
JoggAI MCP provides a small installer that applies the correct MCP and OAuth settings for each supported client:
The package configures the hosted endpoint at https://api.jogg.ai/mcp. It is not an MCP proxy and does not stay running after installation. OAuth tokens remain in the selected client’s native credential store.
JoggAI MCP is in controlled beta. The installer cannot enable the hosted endpoint or register a new OAuth client. Contact support@jogg.ai if the endpoint or selected client is not enabled for your workspace.

Choose your client

claude-code is accepted as an alias for claude.
For Cursor, open Customize > MCP, select JoggAI, and complete OAuth after the configuration is written. For ChatGPT, follow the returned steps in Settings > Connectors. An installed Cursor result does not mean the account is authenticated yet.

Verify and maintain the connection

The same interface works across clients:
Codex and Claude Code execute their native commands. Cursor reads or updates its JSON configuration and returns a manual OAuth action. ChatGPT always returns a manual action because it has no local configuration API. Run this command to inspect those capabilities as JSON:

Existing configurations

Installation is idempotent. If JoggAI already points to the production URL, Codex and Claude Code reuse the registration and start login without deleting it. The installer refuses to overwrite a same-named entry that points elsewhere. Review the existing entry first, then explicitly replace it:
--replace also forces a same-URL entry to be rebuilt with the current OAuth client metadata. Use this when migrating an old API-key, Bearer-token, or dynamically registered configuration.

Configuration options

By default, the installer requests all currently supported scopes so the client can discover the complete tool set after the OAuth consent step. Use --scopes to request a smaller set; the Jogg authorization page remains the place where the user reviews and approves the requested access. For a custom deployment, --url, --client-id, redirect URI, and OAuth resource must all match its server configuration.

Credential safety

The installer does not accept API keys, bearer tokens, client secrets, access tokens, or refresh tokens. Do not put credentials in command arguments, source control, MCP JSON files, screenshots, or support requests. Continue with Authentication and Scopes before enabling write or generation tools.