Skip to main content

MCP Tools

31 tools. 7 categories. Full LLM integration via the Model Context Protocol.

Every tool ships with pip install cohort. Two modes: Full (HTTP to running Cohort server) and Lite (file-backed, standalone).

31
MCP Tools
7
Categories
2
Operating Modes
Full + Lite
$0
All Tiers
Open source, forever
Tier legend: Free Included in open source Pro Requires Pro subscription Enterprise Enterprise only

Quick Setup

# Install
$ pip install "cohort[server]"
# Add to your MCP client config
{
"mcpServers": {
"cohort": {
"command": "python",
"args": ["-m", "cohort.mcp.server"]
}
}
}
# Or use the setup wizard
$ python -m cohort setup

Auto-detects between Full mode (HTTP to running Cohort server) and Lite mode (file-backed storage). No configuration needed.

31 Tools. Zero API Cost.

Every MCP tool ships with pip install cohort. Open source, forever.