Flock MCP Servers and Tools
Project description
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:
# Basic tools (web scraping, markdown, search)
pip install flock-mcp[basic-tools]
uv add flock-mcp[basic-tools]
# Azure integration tools
pip install flock-mcp[azure-tools]
uv add flock-mcp[azure-tools]
# LLM and text processing tools
pip install flock-mcp[llm-tools]
uv add flock-mcp[llm-tools]
# Code and Docker tools
pip install flock-mcp[code-tools]
uv add flock-mcp[code-tools]
# All tools (same as [all] but without extra ML dependencies)
pip install flock-mcp[all-tools]
uv add flock-mcp[all-tools]
Option 3: Combine Multiple Groups
You can combine multiple optional dependency groups:
pip install flock-mcp[basic-tools,azure-tools]
uv add flock-mcp[basic-tools,azure-tools]
Option 4: Base Installation Only
Install just the base package without any optional dependencies:
pip install flock-mcp
uv add flock-mcp
Available Tool Groups
basic-tools: Web scraping (docling, tavily-python), markdown processing (markdownify), search (duckduckgo-search)azure-tools: Azure cloud integration (azure-identity, azure-storage-blob, azure-search-documents)llm-tools: Natural language processing (nltk)code-tools: Code analysis and containerization (docker)all-tools: All of the above tool groupsall: All tools plus additional ML/AI dependencies (datasets, rouge-score, sentence-transformers, zep-python, mem0ai, chromadb, matplotlib)
Usage
After installation, you can use the various MCP servers and tools provided by this package with the Flock agent framework.
# eg
from flock.tools.file_tools import file....
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flock_mcp-0.1.3.tar.gz.
File metadata
- Download URL: flock_mcp-0.1.3.tar.gz
- Upload date:
- Size: 278.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d4a2e1533694e3b12abf59f4f44426de03b98b5f7e45d528f3d73c016073f2d
|
|
| MD5 |
f62953e01f0f03400ae3f5fcd6afb37c
|
|
| BLAKE2b-256 |
e095d1f98085da970e934d2e50ce53abe61b08d7150b1f13372b8e0eb260b1b2
|
File details
Details for the file flock_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: flock_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 23.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f07009fe3038a713326a6c7af56d415c529918d8ef0099ff3c1c4b8c43c28cf
|
|
| MD5 |
ecd79cb5f6bda88e95d606a1daf93414
|
|
| BLAKE2b-256 |
96030e5f87345da27abb6c41043dc6b780dd966396eb1b35b3f3eb3395e7454d
|