Enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
MCPHost is a CLI host application that acts as an interface, enabling Large Language Models (LLMs) to communicate with external tools using the Model Context Protocol (MCP). Functioning as a host in the MCP client-server architecture, it allows LLMs to access external tools and data sources, maintain consistent context across interactions, and safely execute commands and retrieve information. MCPHost supports both Claude 3.5 Sonnet and any Ollama-compatible model with function calling support, providing a unified and configurable environment for interacting with AI models and their associated tools.
主要功能
010 GitHub stars
02Enables dynamic tool discovery and integration
03Supports Claude 3.5 Sonnet and Ollama models
04Manages multiple concurrent MCP servers
05Provides tool calling capabilities
06Offers a configurable message history window
使用案例
01Automating tasks using LLMs with access to system tools.
02Interacting with external databases through an LLM.
03Building AI-powered applications that require access to real-time data.