FluidMCP CLI

Created By
Fluid-AIa year ago
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?

  1. Quickly setting up and managing multiple MCP servers for development.
  2. Automating the installation and configuration of MCP packages in production environments.
  3. 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.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Fluid-AI
Star
0
Language
Python
License
GPL-3.0 license

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago