Provider-neutral MCP server for OpenAI-compatible endpoint diagnostics, base_url testing, and AI agent compatibility reports.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openai-compatible-mc": {
"command": "npx",
"args": [
"-y",
"vivian254338489/openai-compatible-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add openai-compatible-mc npx -y vivian254338489/openai-compatible-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openai-compatible-mc": {
"command": "npx",
"args": [
"-y",
"vivian254338489/openai-compatible-mcp-server"
]
}
}
}