Skip to main content

A command-line interface for interacting with MCP servers

Project description

MCP Hive Proxy

A command-line interface for interacting with MCP servers. This package provides a standalone implementation that doesn't depend on the external mcp package.

Features

  • Connect to any MCP server using the SSE protocol
  • Ask questions to MCP servers with automatic tool detection
  • Manage server configurations with an easy-to-use CLI
  • Support for servers with predefined questions
  • Automatic question matching for servers that require specific questions
  • Store server configurations in ~/.config/mcp_cli/config.json
  • Import/export server configurations

Installation

You can install the package directly from PyPI:

pip install mcp-hive-proxy

Or build and install the package from source:

cd /path/to/mcp-hive-proxy
pip install build
python -m build
pip install dist/mcp_hive_proxy-0.6.0-py3-none-any.whl

Usage

Ask a question to an MCP server

# Ask a question to the default server
mcp-hive-proxy ask "What is the weather today?"

# Ask a question to a specific server
mcp-hive-proxy ask "What is the weather today?" --server trilogy-mcp

# Ask a question to a custom URL
mcp-hive-proxy ask "What is the weather today?" --url https://mcp-server.example.com/sse

# List available predefined questions for a server
mcp-hive-proxy ask --list-questions --server trilogy-mcp

Manage server configurations

# List all configured servers
mcp-hive-proxy servers list

# Add a new server
mcp-hive-proxy servers add my-server https://mcp-server.example.com/sse

# Remove a server
mcp-hive-proxy servers remove my-server

# Set the default server
mcp-hive-proxy servers set-default trilogy-mcp

# Export server configurations
mcp-hive-proxy servers export --file servers.json

# Import server configurations
mcp-hive-proxy servers import servers.json

Configuration

The package stores server configurations in ~/.config/mcp_cli/config.json. This file is created automatically with default servers when you first run the tool.

Windsurf Integration

To use mcp-hive-proxy with Windsurf, configure mcp_config.json with "command" and "args" properties instead of "url":

{
  "servers": {
    "my-server": {
      "command": "python3.12 -m mcp_cli.cli",
      "args": ["https://mcp-server.example.com/sse"]
    }
  }
}

This allows Windsurf to spawn mcp-hive-proxy processes to handle SSE connections. Each server requires a separate mcp-hive-proxy instance as one instance can only connect to one endpoint.

Requirements

  • Python 3.8 or higher
  • httpx
  • httpx-sse
  • anyio
  • pydantic
  • pydantic-settings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_hive_proxy-0.7.0.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_hive_proxy-0.7.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_hive_proxy-0.7.0.tar.gz.

File metadata

  • Download URL: mcp_hive_proxy-0.7.0.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mcp_hive_proxy-0.7.0.tar.gz
Algorithm Hash digest
SHA256 f380127cc5558965abef5f461a1f6a242c60ab359ddda876ad70ceb7858bda9f
MD5 de38269079f817da0db1385e8888f8bc
BLAKE2b-256 98fa1779a5fc557ace65f21566f410a21b157e0f5246aed04b668c5639b09201

See more details on using hashes here.

File details

Details for the file mcp_hive_proxy-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: mcp_hive_proxy-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mcp_hive_proxy-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98bb5d58824e96e104390e7a9cbcdf5e4bafa9b0f9ea4a83b9e4341209932ecd
MD5 f8ec3e0e178567be88488e83c37de89f
BLAKE2b-256 bec00bd97d5c07816f6a3b21c35aab6a6a4e299bf1f830a1c42905e91f2ce476

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page