MCP-LLM Bridge
@patruff
关于 MCP-LLM Bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-LLM Bridge?
A TypeScript implementation that connects local LLMs (via Ollama) to Model Context Protocol (MCP) servers. It translates between an LLM’s outputs and MCP’s JSON‑RPC protocol, letting open‑source models use the same tools and capabilities as Claude while running entirely locally.
How to use MCP-LLM Bridge?
Install Ollama, pull a model (e.g., ollama pull qwen2.5-coder:7b-instruct), and globally install the required MCP servers via npm. Set API keys/tokens in your environment. Create a bridge_config.json for MCP server definitions and LLM settings. Start the bridge with npm run start. Available commands: list‑tools (show available tools), regular text (send prompts), and quit.
Key features of MCP-LLM Bridge
- Multi‑MCP support with dynamic tool routing
- Structured output validation for tool calls
- Automatic tool detection from user prompts
- Robust process management for Ollama
- Detailed logging and error handling
Use cases of MCP-LLM Bridge
- Search the web for recent information (Brave Search MCP)
- Create, read, or modify files and folders (Filesystem MCP)
- Send emails and manage documents (Gmail & Drive MCP)
- Interact with GitHub repositories (GitHub MCP)
- Generate images via Flux (Flux MCP)
FAQ from MCP-LLM Bridge
Which LLM models does it support?
The bridge works with any Ollama-compatible model. The current setup uses Qwen 2.5 7B (qwen2.5-coder:7b-instruct), and future improvements plan to support more Ollama models.
What MCP servers are included?
The README lists six: Filesystem, Brave Search, GitHub, Memory, Flux image generation, and Gmail & Drive.
How does tool detection work?
The bridge automatically detects tools based on user input—for example, email addresses trigger Gmail operations, file/folder keywords trigger Drive operations, and search terms are routed to Brave Search.
Where does data live?
All processing runs completely locally with open‑source models; no cloud data transfer is mentioned.
What credentials are required?
Brave Search requires BRAVE_API_KEY, GitHub requires GITHUB_PERSONAL_ACCESS_TOKEN, Flux requires REPLICATE_API_TOKEN, and the Gmail/Drive MCP must be authenticated via node path/to/gmail-drive/index.js auth.
AI 与智能体 分类下的更多 MCP 服务器
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论