MCPHOST-SERVER
@JinsonWu
关于 MCPHOST-SERVER
MCP server for ollama, openai, and anthropic bridging
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCPHOST-SERVER?
MCPHOST-SERVER is a server bridging solution for MCPHOST that enables easy communication with a local LLM (Ollama) through HTTP requests. It is a fork of mark3labs/mcphost that adds server capabilities for enhanced functionality.
How to use MCPHOST-SERVER?
Clone the repository, copy .example.env to .env and configure it, then build with go build and run with ./mcphost-server. The server starts on the configured port (default 8115) in server mode by default. To use the command-line interface, set server_mode = false in main.go and rebuild.
Key features of MCPHOST-SERVER
- HTTP-based server mode for interactive LLM requests
- Environment-based configuration via
.envfile - Support for
mcp.jsonconfiguration file - Command-line flags for configuration
- Default listen port 8115
Use cases of MCPHOST-SERVER
- Exposing local Ollama LLM capabilities through HTTP endpoints
- Integrating MCPHOST with external applications via REST API
- Running LLM interactions in a server context without a CLI
- Testing or prototyping MCP tools with a local LLM backend
FAQ from MCPHOST-SERVER
How do I start the MCPHOST-SERVER?
Run ./mcphost-server after building the project. The server will start in server mode on the configured port.
How do I change the port or other settings?
Edit the .env file (copy from .example.env) or use command-line flags. The default port is 8115.
Can I use the command-line interface instead of the server?
Yes. Set server_mode = false in main.go, rebuild the project, and then run ./mcphost-server to use CLI mode.
What LLM does MCPHOST-SERVER work with?
It is designed to work with a local LLM via Ollama.
How do I configure MCPHOST-SERVER?
Use environment variables (via .env file), a mcp.json configuration file, or command-line flags. See .example.env for details.
AI 与智能体 分类下的更多 MCP 服务器
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
评论