# Mcphost Server

> MCP server for ollama, openai, and anthropic bridging

- **Type:** MCP server
- **Install:** `agentstack add mcp-jinsonwu-mcphost-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JinsonWu](https://agentstack.voostack.com/s/jinsonwu)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JinsonWu](https://github.com/JinsonWu)
- **Source:** https://github.com/JinsonWu/mcphost-server

## Install

```sh
agentstack add mcp-jinsonwu-mcphost-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCPHOST-SERVER

A server bridging solution for MCPHOST that enables easy communication with local LLM (Ollama) through HTTP requests. This project is originated from [mark3labs/mcphost](https://github.com/mark3labs/mcphost) and adds server capabilities for enhanced functionality.

## Added Features

- Server mode for HTTP-based communication with local LLM for interactive requests
- Environment-based configuration

## Getting Started

1. Clone the repository

2. Copy the example environment file and configure it, see .env for configuration in details:
   ```bash
   cp .example.env .env
   ```

3. Build the project:
   ```bash
   go build
   ```

4. Run the server:
   ```bash
   ./mcphost-server
   ```

## Usage

### Server Mode

The server mode is enabled by default and provides HTTP endpoints for interacting with the local LLM. The server will start on the configured port (default: 8115).

### Command Line Mode

To use the command-line interface, set `server_mode = false` in the main.go file and rebuild the project.

## Configuration

The application can be configured through:
- Environment variables (see `.example.env`)
- `mcp.json` configuration file
- Command-line flags

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [JinsonWu](https://github.com/JinsonWu)
- **Source:** [JinsonWu/mcphost-server](https://github.com/JinsonWu/mcphost-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-jinsonwu-mcphost-server
- Seller: https://agentstack.voostack.com/s/jinsonwu
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
