Loading...
npm install
```{
"mcpServers": {
"chat-openai": {
"command": "npx",
"args": [
"@pyroprompts/any-chat-completions-mcp"
],
"env": {
"AI_CHAT_KEY": "OPENAI_KEY",
"AI_CHAT_NAME": "OpenAI",
"AI_CHAT_MODEL": "gpt-4o",
"AI_CHAT_BASE_URL": "https://api.openai.com/v1"
}
}
}
}chatRelays a user's question to a configured AI chat provider and returns the response.
Relays user input to external service, potential for data leakage or prompt injection.
This server is relatively safe when used with trusted AI providers and when API keys are securely managed. However, it becomes risky if used with untrusted providers or if environment variables are not properly protected, potentially leading to data exposure or prompt injection vulnerabilities.