A
securityF
licenseA
qualityThis server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
Last updated -
5
2
JavaScript
Uses .env files to manage environment variables and credentials for API keys and configuration settings
Integrates with OpenAI's chat models to process and respond to user messages, with support for function calling via MCP tools
Utilizes Redis for persistent conversation storage and session management with configurable time-to-live functionality
세션 저장을 위해 OpenAI의 API와 Upstash Redis를 통합하고, Machine Conversation Protocol(MCP) 아키텍처를 활용하는 대화형 AI 시스템입니다.
이 시스템은 다음과 같은 주요 구성 요소로 구성되어 있습니다.
SessionManager
클래스는 Upstash Redis에서 대화 세션을 저장, 검색, 관리하는 방법을 제공합니다.
지엑스피1
.env
파일을 만듭니다.