How to integrate Recallai MCP with Codex

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Recallai logo
Codex logo
divider

Introduction

Codex is one of the most popular coding harnesses out there. And MCP makes the experience even better. With Recallai MCP integration, you can draft, triage, summarise emails, and much more, all without leaving the terminal or the app, whichever you prefer.

Also integrate Recallai with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • CodeAct: A dedicated workbench that allows GPT to write its code to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool responses: Handle them to minimise context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so GPTs aren't overwhelmed by tools you don't need.

How to install Recallai MCP in Codex

Run the setup command

Run this command in your terminal to add the Composio MCP server to Codex.

Terminal

It will initiate the authentication in a browser window, authorize Codex to access your Composio account.

Composio authentication page

(Optional) Authenticate with OAuth

To authenticate manually, run the login command to open a browser window and authorize Codex to access your Composio account.

bash
codex mcp login composio

Verify the connection

Run codex mcp list to confirm Composio appears as a registered MCP server.

bash
codex mcp list

Codex App

Codex App follows the same approach as VS Code.

  1. Click ⚙️ on the bottom left → MCP Servers → + Add servers → Streamable HTTP:
  2. Fill the header and Key fields with { "x-consumer-api-key" = "ck_*******" }.
  3. The Key is the Composio API key, that you can find on dashboard.composio.dev
  4. Click on Authenticate and authorize Codex to your Composio account and you're all set.
Codex App MCP setup
  1. Restart and verify if it's there in .codex/config.toml
bash
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"
http_headers = { "x-consumer-api-key" = "ck_*******" }

What is the Recallai MCP server, and what's possible with it?

The Recallai MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Recallai account. It provides structured and secure access to your meeting bots and conversation data, so your agent can create bots, manage recordings, retrieve chat messages, and orchestrate meeting participation on your behalf.

  • Automated bot creation and management: Quickly spin up new meeting bots, retrieve details, and remove bots as needed for your meetings.
  • Meeting recording control: Let your agent start or stop recordings during live calls, ensuring you capture the most important moments hands-free.
  • Chat message retrieval: Effortlessly access and analyze chat messages exchanged during meetings, enabling summaries or follow-up actions.
  • Bot participation orchestration: Seamlessly remove bots from calls when their job is done, keeping your meetings efficient and secure.
  • Comprehensive bot listing and oversight: View and manage all active bots connected to your Recallai account for smooth operations and tracking.

Supported Tools & Triggers

Tools
Create botCreate a new bot to join and record a meeting.
Create Calendar IntegrationTool to create a new calendar integration with Google Calendar or Microsoft Outlook.
Create Calendar Authentication TokenTool to generate an authentication token for calendar APIs, scoped to the user.
Create Google LoginTool to create a new Google Login credential within a login group.
Create Google Login GroupTool to create a new Google Login Group for managing bot authentication.
Create Meeting Direct ConnectTool to create a Meeting Direct Connect for Google Meet or Zoom.
Create SDK UploadCreate a new Desktop SDK upload.
Create Zoom OAuth AppTool to create a new Zoom OAuth App integration with Recall.
Delete botDelete a scheduled bot by ID.
Delete Bot MediaDeletes bot media stored by Recall AI.
Delete calendarDelete a calendar by ID.
Delete Calendar UserDelete calendar user and disconnect any connected calendars.
Destroy Google LoginTool to delete an existing Google Login by ID.
Destroy Google Login GroupTool to delete an existing Google Login Group by ID.
Destroy Zoom OAuth AppTool to delete a Zoom OAuth App by ID.
Disconnect Calendar UserTool to disconnect a calendar platform (Google or Microsoft) from the user's Recall.
List audio mixedList audio mixed artifacts from Recall.
List Audio SeparateList audio separation artifacts from recordings.
List botsList all bots in your Recall.
List Bot ScreenshotsList all screenshots captured by a bot during a meeting.
List Calendar EventsGet a list of calendar events from connected calendars.
List calendar meetingsList all calendar meetings for the authenticated calendar user.
List calendarsTool to retrieve a list of calendars integrated with Recall.
List calendar usersList all calendar users created for the account.
List chat messagesGet list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).
List Google Login GroupsTool to retrieve a list of all Google Login Groups in your Recall.
List Google LoginsTool to retrieve a list of all Google Logins in your Recall.
List Meeting Direct ConnectsList all Meeting Direct Connect instances in your Recall.
List Meeting MetadataList meeting metadata from Recall.
List participant eventsList participant events artifacts from recorded meetings.
List Realtime EndpointsTool to list realtime endpoints from Recall.
List RecordingsTool to list recordings from Recall.
List Desktop SDK UploadsTool to get a paginated list of all Desktop SDK uploads in your Recall.
List Slack TeamsTool to list all Slack team integrations.
List transcriptTool to list transcripts from Recall.
List Video Mixed ArtifactsList video mixed artifacts from recorded meetings.
List video separateList video separate artifacts from Recall.
List zoom meetings to credentialsTool to retrieve mappings from Zoom Meeting IDs to Zoom OAuth Credentials.
List Zoom OAuth App LogsTool to retrieve Zoom OAuth app logs from Recall.
List Zoom OAuth AppsTool to retrieve a list of Zoom OAuth apps configured in Recall.
List Zoom OAuth Credential LogsTool to retrieve all Zoom OAuth Credential logs from Recall.
List Zoom OAuth CredentialsTool to retrieve a list of all Zoom OAuth credentials in your Recall.
Remove bot from callRemoves the bot from the meeting call.
Retrieve Billing UsageRetrieve bot usage statistics for billing purposes.
Retrieve botRetrieve detailed information about a specific bot instance by its ID.
Retrieve calendarsRetrieve detailed information about a specific calendar by its UUID.
Retrieve Google Login GroupTool to retrieve an existing Google Login Group by its ID.
Retrieve Meeting Direct ConnectTool to retrieve detailed information about a Meeting Direct Connect instance by its ID.
Retrieve recordingTool to retrieve detailed information about a specific recording by its UUID.
Retrieve sdk uploadRetrieve detailed information about a Desktop SDK upload instance by its ID.
Retrieve Video MixedRetrieve a video mixed artifact by its ID.
Retrieve Zoom OAuth AppRetrieve detailed information about a specific Zoom OAuth app by its ID.
Start recordingInstructs the bot to start recording the meeting.
Stop recordingStops the current recording for the specified bot.
Update BotTool to partially update a scheduled bot.
Update CalendarUpdate an existing calendar integration in Recall.
Update Calendar UserUpdate recording preferences and calendar connections for a calendar user.
Update Google LoginTool to update an existing Google Login credential.
Update Google Login GroupTool to update an existing Google Login Group in Recall.
Partial Update Google Login GroupTool to partially update an existing Google Login Group in Recall.
Update RecordingTool to update a recording's metadata.
Update Video MixedTool to partially update a video mixed artifact by ID.
Update Zoom OAuth AppTool to update an existing Zoom OAuth App's credentials.

Conclusion

You've successfully integrated Recallai with Codex using Composio's MCP server. Now you can interact with Recallai directly from your terminal, VS Code, or the Codex App using natural language commands.

Key benefits of this setup:

  • Seamless integration across CLI, VS Code, and standalone app
  • Natural language commands for Recallai operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • CodeAct workbench for complex tool chaining

Next steps:

  • Try asking Codex to perform various Recallai operations
  • Explore cross-app workflows by connecting more toolkits
  • Build automation scripts that leverage Codex's AI capabilities

How to build Recallai MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Recallai MCP?

With a standalone Recallai MCP server, the agents and LLMs can only access a fixed set of Recallai tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Recallai and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with Codex?

Yes, you can. Codex fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Recallai tools.

Can I manage the permissions and scopes for Recallai while using Tool Router?

Yes, absolutely. You can configure which Recallai scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Recallai data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.