Other MCP Server · MODEL CONTEXT PROTOCOL
sjquant llm bridge mcp
A model-agnostic Message Control Protocol (MCP) server that enables seamless integration with various Large Language Models (LLMs) like GPT, DeepSeek, Claude, and more.
WHAT IT CONNECTS
sjquant llm bridge mcp 为 AI Agent 提供什么
- Unified interface to multiple LLM providers:
- OpenAI (GPT models)
- Anthropic (Claude models)
- Google (Gemini models)
- DeepSeek
- ...
- Built with Pydantic AI for type safety and validation
- Supports customizable parameters like temperature and max tokens
- Provides usage tracking and metrics
- `prompt`: The text prompt to send to the LLM
- `model_name`: Specific model to use (default: "openai:gpt-4o-mini")
- `temperature`: Controls randomness (0.0 to 1.0)
- `max_tokens`: Maximum number of tokens to generate
- `system_prompt`: Optional system prompt to guide the model's behavior
- Clone the repository:
- Install [uv](https://github.com/astral-sh/uv) (if not already installed):
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。