chatGPT_MCP
3
This project is an MCP stdio server that sends prompts to OpenAI's ChatGPT. It is useful for tasks like summarizing text, analyzing configurations, and reasoning, and is designed to work with LangGraph-based assistants.
Overview
- Project: MCP Server for forwarding prompts to OpenAI’s ChatGPT (GPT-4o).
- Purpose: Designed for LangGraph-based assistants to enable advanced summarization, analysis, and reasoning.
- Features:
- Summarizes long documents.
- Analyzes configuration files.
- Compares options.
- Performs advanced natural language reasoning.
- Usage:
- Docker build and Docker run commands provided.
- Manual testing with a one-shot request.
- LangGraph integration example.
- Configuration using
mcpServers
JSON config.
- Environment Setup:
- Instructions for setting OpenAI API Key using .env or manual export.
- Dependencies: OpenAI, requests, python-dotenv.
Security Notes
- Avoid committing .env files or API keys.