The official Universal MCP plugin for Cohively. It connects ChatGPT and Codex to Cohively companies, members, clients, projects, tickets, comments, and time tracking through the OAuth-protected production endpoint at https://cohively.com/mcp/connect.
The public connector deliberately excludes the Cohively password vault. It cannot list or reveal stored credentials.
This repository contains the public MIT-licensed plugin package, its Codex marketplace catalog, and production brand assets. The installable package lives at plugins/cohively-plugin. Version 0.1 is MCP-only: it bundles no local server, user interface, hooks, scripts, or static skill.
The .app.json file and the manifest's apps reference are intentionally absent until the production MCP endpoint has been registered in ChatGPT developer mode. Registration generates the real plugin_asdk_app… identifier. That identifier must be added in one atomic follow-up commit; a placeholder must never be published.
In Plugins → Add plugin marketplace, enter:
- Source:
https://github.com/vulpoweb/cohively-plugin.git - Git ref:
main - Sparse paths: leave empty
After Codex adds the Cohively marketplace, install cohively-plugin from its plugin list.
The connector uses OAuth 2.1 authorization code flow with PKCE. A connection acts as the Cohively user who approves it and retains that user's permissions. Use the company tools to select the active workspace; Cohively enforces company membership on every request.
Users can disconnect OAuth grants from Profile → Security → Connected applications in Cohively.
- Website: cohively.com
- Support: info@cohively.com
- Privacy: cohively.com/privacy
- Terms: cohively.com/terms
MIT © Vulpo BV. See LICENSE.