A simple MCP server that manages quick and efficient chunking via 🦛 Chonkie ✨
Warning
This is a work in progress and the API is subject to change. It's currently not working properly.
pip install git+https://github.com/chonkie-inc/chomcp.gitAfter installation, you can run it as a script using:
python -m chomcp
Using pip installation
"mcp-servers": {
"chomcp": {
"command": "python",
"args": ["-m", "chomcp"],
"env": {}
}
}