Database utilities
mariadb_to_mongo.py.. convert a MySQL/MariaDB table to a MongoDB collection.- Create a Python virtual environment in the top directory
pip install -r requirements.txtpython mariadb_to_mongo.py -hfor help.
mongodb-agent... a simple example LLM-driven agent for the MongoDB MCP server (not production ready)- see the README.md in that subdirectory
- note that the
mongodb-agentuses its own Python virtual environment if you choose to run the server startup script
Jack Woehr 2026-01-22