flock-mcp

by whiteducksoftware

289 downloads
Not rated
GitHub

About

flock-mcp is a Python package that provides multiple MCP (Model Context Protocol) servers and tools designed for use with the Flock agent framework. It offers modular installation through optional dependency groups, allowing users to install only the tools they need.

Details

Author
whiteducksoftware
Downloads
289
Categories
Other

- Modular installation: choose only the tool groups you need
- basic-tools: web scraping, markdown processing, and search
- azure-tools: Azure cloud integration (blob storage, search)
- llm-tools: natural language processing with NLTK
- code-tools: code analysis and containerization via Docker
- all-tools: combines all the above without extra ML dependencies
- all: includes everything plus additional ML/AI libraries

Install the package via pip or uv with one of several options: the full suite (flock-mcp[all]), specific tool groups (e.g., flock-mcp[basic-tools]), or a base installation with no extras. After installation, import the desired tools in your Python code using the Flock framework’s module structure (e.g., from flock.tools.file_tools import …).

flock-mcp

Multiple MCP servers and tools for the agent framework Flock.

Installation

This package has no main dependencies by design, allowing you to install only the tools you need. You can install it in several ways:

Option 1: Install All Tools (Recommended)

pip install flock-mcp[all]
Or with uv:
uv add flock-mcp[all]
This installs all available tools and dependencies.

Option 2: Install Specific Tool Groups

Choose the specific tool groups you need:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.