Setup guide
Use Corply in your agent.
One plain-English prompt routes Claude Code, Codex, or another MCP-capable agent to the right setup path. Once connected, Corply recovers your company state before it asks or acts.
Start with one prompt
Copy this into your agent. If Corply is already connected, it skips installation and continues your company. If not, the linked guide explains the correct host-specific path.
Claude Code and Codex have packaged plugin paths. Other compatible clients can connect to Corply's authenticated MCP server.
On this page: One prompt · Claude Code · Codex Other MCP · Troubleshooting
Claude Code
The Claude Code plugin gives the agent Corply's workflow skill plus authenticated company tools. Click the box to copy the exact current install:
- Paste into your terminal. The first two commands add the Corply marketplace and install the plugin.
- The last command opens your browser. Sign in once; that connects Claude Code to your Corply organization. On older Claude Code versions, open /mcp, choose Corply, and complete login.
- Start a fresh session, then speak normally.
Prompts to try:
Codex
Corply ships as a Codex plugin, so the same company workflow works in Codex CLI and the desktop app.
- Add corply-dev/corply-plugin as a plugin marketplace.
- Open /plugins in Codex CLI, or Plugins in the desktop app. Install Corply and choose Connect.
- Complete the Corply sign-in in the browser.
- Start a fresh task so the current Corply skill and tools load.
Prompts to try:
Claude Desktop and other MCP clients
Corply also exposes a remote, authenticated MCP server. In any client that supports custom streamable-HTTP connectors:
- Open the client's connector or MCP settings.
- Add https://corply.dev/mcp.
- Complete the OAuth sign-in in your browser; that connects the agent to your Corply organization.
- Start a new conversation if the client does not refresh tools automatically.
If something goes wrong
- Corply is already connected. Do not reinstall it. Start a fresh task and ask the agent to call get_company_briefing.
- The browser never opened in Claude Code. Run claude mcp login plugin:corply:corply. On older versions, use /mcp.
- “Plugin not found.” Add the corply-dev/corply-plugin marketplace first, then retry from the host's plugin picker.
- I can't find custom connectors. Your client or plan may not support remote MCP servers. Use Claude Code or Codex, or consult that client's current connector availability.
- Still stuck? Contact support.
Building another MCP client? Corply's agent contract and live tool surface are documented on the AI-agents page.