Chatgpt
@automateyournetwork
关于 Chatgpt
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chatgpt": {
"command": "python3",
"args": [
"server.py",
"--oneshot"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Chatgpt?
This MCP (Model Context Protocol) stdio server forwards prompts to OpenAI’s ChatGPT (GPT-4o) for advanced summarization, analysis, and reasoning. It is designed to run inside LangGraph-based assistants.
How to use Chatgpt?
Build and run the Docker container with your OPENAI_API_KEY, or run the Python script directly using the --oneshot flag. Configure the server via an mcpServers JSON block, setting the command to python3 server.py --oneshot and providing the API key as an environment variable. The only exposed tool is ask_chatgpt, which takes a content string.
Key features of Chatgpt
- Exposes a single tool:
ask_chatgpt - Sends text to GPT-4o for external reasoning
- Supports one-shot stdin/stdout mode
- Deployable via Docker or Python directly
- API key injected securely through environment variables
Use cases of Chatgpt
- Summarize long documents
- Analyze configuration files
- Compare multiple options
- Perform advanced natural language reasoning
FAQ from Chatgpt
What tool does this server expose?
It exposes the ask_chatgpt tool, which forwards the provided content to GPT-4o for analysis or summarization.
How do I provide my OpenAI API key?
Set the OPENAI_API_KEY environment variable, either in a .env file (auto‑loaded by python‑dotenv) or by exporting it directly.
Can I test the server locally?
Yes, use the --oneshot flag and send a JSON‑formatted request via echo, as shown in the README manual test example.
How do I integrate Chatgpt with LangGraph?
Configure the server with command python3, args ["server.py", "--oneshot"], and the OPENAI_API_KEY in the environment block of your LangGraph pipeline.
What dependencies does it require?
The server depends on openai, requests, and python-dotenv; these are installed during the Docker build.
AI 与智能体 分类下的更多 MCP 服务器
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
评论