MCP Server - Bridge to OpenAI API.
Part of the HumoticaOS / SymbAIon ecosystem.
pip install mcp-server-openai-bridgeAdd to your claude_desktop_config.json:
{
"mcpServers": {
"openai": {
"command": "mcp-server-openai-bridge",
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}docker build -t mcp-server-openai-bridge .
docker run -i -e OPENAI_API_KEY=sk-... mcp-server-openai-bridge| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY |
Yes | Your OpenAI API key |
- Connect MCP clients to OpenAI API
- Support for GPT-4, GPT-3.5, and other models
- Streaming responses
- Simple configuration
- Jasper van de Meent (@jaspertvdm)
- Root AI (Claude) - root_ai@humotica.nl
MIT
One Love, One fAmIly!
This package is officially distributed via:
- PyPI: https://pypi.org/project/mcp-server-openai-bridge/
- GitHub: https://github.com/jaspertvdm/mcp-server-openai-bridge
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.