Skip to main content
Glama
Roxanne299

GPT Proxy MCP Server

by Roxanne299

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoHTTP服务器主机,默认为0.0.0.0
HTTP_PORTNoHTTP服务器端口,默认为3001
OPENAI_API_KEYYesOpenAI API密钥
OPENAI_BASE_URLNoAPI端点,默认为https://api.openai.com/v1
OPENAI_ORGANIZATIONNoOpenAI组织ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
gpt_chatB

Send a message to GPT and get a response

gpt_chat_streamA

Send a message to GPT and get a streaming response

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one returns a complete response, the other streams. An agent can easily choose based on whether streaming is needed.

Naming Consistency5/5

Both tools use a consistent 'gpt_chat_' prefix with an underscore, and the streaming variant is differentiated by '_stream'. Naming is predictable and clear.

Tool Count3/5

With only 2 tools, the set is minimal. While it covers the core chat functionality, it feels slightly thin for a server named 'GPT Proxy' which might imply broader capabilities like model selection or configuration.

Completeness2/5

The tool surface is incomplete for a general GPT proxy: it lacks tools for listing models, setting system prompts, managing conversations, or adjusting parameters. Agents have no way to configure or extend interactions beyond basic chat.

Maintenance

ActivityInactive
ResponsivenessNo issues