The package manager for fluidmcp to quickly spin up mcp servers behind fastapi
Overview
what is FluidMCP CLI?
FluidMCP CLI is a command-line interface designed for managing and running Model Context Protocol (MCP) servers, allowing users to install, configure, and operate MCP packages from the FluidMCP registry efficiently.
how to use FluidMCP CLI?
To use FluidMCP CLI, install it via pip and utilize commands like fluidmcp install, fluidmcp run, and fluidmcp list to manage MCP packages and servers.
key features of FluidMCP CLI?
- 🚀 Install MCP packages from the FluidMCP registry
- 🔧 Interactive environment variable configuration
- 🌐 Run individual or multiple MCP servers
- 🔒 Secure mode with bearer token authentication
- ☁️ S3-based configuration management
- 📁 Local and remote configuration file support
- 🎯 Automatic port management and conflict resolution
use cases of FluidMCP CLI?
- Quickly setting up and managing multiple MCP servers for development.
- Automating the installation and configuration of MCP packages in production environments.
- Utilizing secure mode for sensitive applications requiring authentication.
FAQ from FluidMCP CLI?
- Can FluidMCP CLI manage multiple MCP servers at once?
Yes! FluidMCP CLI can run multiple MCP servers simultaneously with ease.
- Is there a secure mode for production use?
Yes! FluidMCP CLI includes a secure mode that uses bearer token authentication for enhanced security.
- How do I install FluidMCP CLI?
You can install FluidMCP CLI using the command:
pip install fluidmcp.