Openai

Openai

OpenAI is a leading AI research and deployment company that develops advanced artificial intelligence models, including GPT and DALL·E, aiming to create safe and beneficial AI to solve real-world problems and enhance human productivity.

149VIEWS
4USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app openainpx @composio/cli add cursor --app openainpx @composio/cli add cursor --app openainpx @composio/cli add cursor --app openai

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Assistant

Tool to create a new assistant with specified parameters. use after finalizing model, tools, and instructions.

Create Message

Tool to create a new message in a specific thread. use when adding messages to an existing conversation after confirming the thread id.

Create Thread

Tool to create a new thread. use when initializing a conversation with optional starter messages.

Delete Assistant

Tool to delete a specific assistant by its id. use when you need to remove an assistant after confirming its id.

Delete File

Tool to delete a file. use when you need to remove an uploaded file by its id after confirming the target.

List Files

Tool to retrieve a list of files. use when you need to view all files uploaded to your organization.

List Fine-tunes

Tool to list your organization's fine-tuning jobs. use when you need to review all fine-tune runs.

List Models

Tool to list available models. use when you need to discover which models you can call. use after confirming your api key is valid.

List Run Steps

Tool to retrieve all steps of a specific run. use when you need to inspect each step's details after initiating a run.

Modify Thread

Tool to modify an existing thread's metadata. use after obtaining the thread id when you need to update metadata.

Retrieve Assistant

Tool to retrieve details of a specific assistant. use when you need to confirm assistant metadata before performing further operations.

Retrieve Model

Tool to retrieve details of a specific model. use when you have a model id and need to confirm its metadata before using it.

Retrieve Thread

Tool to retrieve details of a specific thread by its id. use when you need to fetch thread metadata before listing messages.

Upload File

Tool to upload a file for use across openai endpoints. use before referencing the file in tasks like fine-tuning.

14 actions available