data-ai MCP Server
MCP server that gives Claude ability to use OpenAI's GPTs assistants
Discovered via unknown and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
(Retrieve OpenAI Assistant) - Get detailed information about a specific assistant.
(List Managed Threads) - Lists all locally managed conversation threads from the database, showing their ID, name, description, and last used time.
(Create New Assistant Thread) - Creates a new, persistent conversation thread with a user-defined name and description for easy identification and reuse. This is the recommended way to start a new conversation.
(Update OpenAI Assistant) - Modify an existing assistant's name, instructions, or model.
(Delete Managed Thread) - Deletes a conversation thread from both OpenAI's servers and the local database.
(Ask Assistant in Thread and Stream Response) - The primary tool for conversation. Sends a message to an assistant within a thread and streams the response back in real-time.
(Create OpenAI Assistant) - Create a new assistant with a name, instructions, and model.
(List OpenAI Assistants) - List all available assistants associated with your API key.