Mcp Simple Openai Assistant

data-ai MCP Server

MCP server that gives Claude ability to use OpenAI's GPTs assistants

data-aidata-ai
3 views37 stars17 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Source
unknown
Stars
37
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
8
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (8)

`retrieve_assistant`

(Retrieve OpenAI Assistant) - Get detailed information about a specific assistant.

`list_threads`

(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`

(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_assistant`

(Update OpenAI Assistant) - Modify an existing assistant's name, instructions, or model.

`delete_thread`

(Delete Managed Thread) - Deletes a conversation thread from both OpenAI's servers and the local database.

`ask_assistant_in_thread`

(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_assistant`

(Create OpenAI Assistant) - Create a new assistant with a name, instructions, and model.

`list_assistants`

(List OpenAI Assistants) - List all available assistants associated with your API key.