Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by voronkovm • Modeling & Simulation
A small MCP (Model Connector Protocol) server that exposes OpenAI models to an MCP host process via stdio for local agent integrations.
Call OpenAI models from an MCP host without directly handling HTTP API calls or keys.
A lightweight local adapter to route model requests to a specific OpenAI model (configurable via env var).
Run model inference as a separate process using stdio transport to isolate dependencies and credentials.
This repository provides a Node.js MCP server that proxies requests to the OpenAI API using an API key and configurable model (e.g., gpt-4o). It is intended to be added to an MCP host's settings (mcp_settings.json) and launched as a child process (stdio transport), enabling agents to use OpenAI models without embedding the API logic. Configuration is handled via command-line args and environment variables (OPENAI_MCP_API_KEY, OPENAI_MCP_MODEL), making it easy to run locally or integrate into existing MCP setups.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.