{"slug":"andybrandt/mcp-simple-openai-assistant","name":"MCP Simple OpenAI Assistant","description":"A simple server for interacting with OpenAI assistants using an API key.","category":"development","tags":[],"official":false,"stars":37,"transport":"http","install":[{"cmd":"npx -y @smithery/cli","imports":[]}],"tools":[{"name":"create_assistant","description":"Create a new assistant with a name, instructions, and model."},{"name":"list_assistants","description":"List all available assistants associated with your API key."},{"name":"retrieve_assistant","description":"Get detailed information about a specific assistant."},{"name":"update_assistant","description":"Modify an existing assistant's name, instructions, or model."},{"name":"create_new_assistant_thread","description":"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."},{"name":"list_threads","description":"Lists all locally managed conversation threads from the database, showing their ID, name, description, and last used time."},{"name":"delete_thread","description":"Deletes a conversation thread from both OpenAI's servers and the local database."},{"name":"ask_assistant_in_thread","description":"The primary tool for conversation. Sends a message to an assistant within a thread and streams the response back in real-time."}],"env_vars":["OPENAI_API_KEY"],"auth_type":"none","github":"https://github.com/andybrandt/mcp-simple-openai-assistant","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}