A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
MCPHost is a CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP). It supports models like Claude 3.5 Sonnet, Ollama, Google Gemini, and OpenAI-compatible models.
go install
and configure using a JSON file (~/.mcp.json
).--model
(e.g., ollama:mistral
, anthropic:claude-3-5-sonnet-latest
)./tools
, /history
, /quit
).MCPHost bridges LLMs with external tools, enabling powerful, context-aware AI applications. ๐
๐ โ an openAI middleware proxy to use mcp in any existing openAI compatible client
๐ โ framework to build vertical AI agent
๐ โ Use MCP provided tools in LangChain.js
๐ โ๏ธ MCP server for Claude to talk to ChatGPT and use its web search capability.