# Mcp Server Openai Bridge

> MCP Server - Bridge to OpenAI API. Part of HumoticaOS/SymbAIon ecosystem.

- **Type:** MCP server
- **Install:** `agentstack add mcp-jaspertvdm-mcp-server-openai-bridge`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [jaspertvdm](https://agentstack.voostack.com/s/jaspertvdm)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [jaspertvdm](https://github.com/jaspertvdm)
- **Source:** https://github.com/jaspertvdm/mcp-server-openai-bridge

## Install

```sh
agentstack add mcp-jaspertvdm-mcp-server-openai-bridge
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mcp-server-openai-bridge

[](https://pypi.org/project/mcp-server-openai-bridge/)

MCP Server - Bridge to OpenAI API.

Part of the [HumoticaOS](https://humotica.com) / [SymbAIon](https://symbaion.eu) ecosystem.

## Installation

```bash
pip install mcp-server-openai-bridge
```

## Usage

### With Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "openai": {
      "command": "mcp-server-openai-bridge",
      "env": {
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}
```

### With Docker

```bash
docker build -t mcp-server-openai-bridge .
docker run -i -e OPENAI_API_KEY=sk-... mcp-server-openai-bridge
```

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `OPENAI_API_KEY` | Yes | Your OpenAI API key |

## Features

- Connect MCP clients to OpenAI API
- Support for GPT-4, GPT-3.5, and other models
- Streaming responses
- Simple configuration

## Authors

- Jasper van de Meent ([@jaspertvdm](https://github.com/jaspertvdm))
- Root AI (Claude) - root_ai@humotica.nl

## License

MIT

---

**One Love, One fAmIly!**

## Official Distribution

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.

[](https://codeguilds.dev/packages/mcp-server-openai-bridge)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [jaspertvdm](https://github.com/jaspertvdm)
- **Source:** [jaspertvdm/mcp-server-openai-bridge](https://github.com/jaspertvdm/mcp-server-openai-bridge)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-jaspertvdm-mcp-server-openai-bridge
- Seller: https://agentstack.voostack.com/s/jaspertvdm
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
