Back to Home
ramgeart icon

llm-mcp-bridge

Verified Safe

by ramgeart

Overview

An agnostic MCP server that bridges various OpenAI-compatible LLM APIs, providing tools for LLM model analysis, benchmarking, and quality evaluation.

Installation

Run Command
node dist/index.js

Environment Variables

  • LLM_BASE_URL
  • LLM_API_KEY

Security Notes

The server correctly handles API keys via environment variables or explicit arguments, avoiding hardcoding. Input validation for tool arguments is implemented using Zod, which helps prevent common injection vulnerabilities. The design allows overriding the LLM base URL and API key per tool call, which is a powerful feature but implies that the calling client needs to be trusted to prevent redirection to malicious endpoints, though this is a characteristic of the MCP protocol itself and not a flaw in the bridge's implementation. No 'eval' or other directly exploitable patterns were found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-06

Tags

LLMMCPOpenAI-compatibleModel EvaluationBenchmarking