Follow issues template to file an issue unless it is a feature request.
This application requires node v5+
docker-compose up -d0.0.0.0:5001. Follow on-screen instructions to add a root user.5001 to something else, edit docker-compose.yml file, line - "5001:5001" to - "<REQUIRED_PORT>:5001"We need to setup mongodb manually in this case.
You can use the provided Dockerfile in DBSetup/MongoDB for it or use your own mongodb instace running at port 27017 (default).
If you are using your own mongodb instance, skip to step 5.
cd to DBSetup/MongoDBdocker build -t mongodb . Wait for the build to finish.docker run -d -p 27017:27017 --restart=always mongodbcd back to the root directorydocker build -t cvfy . Wait for the build to finish.docker run -d -p 5001:5001 --restart=always cvfy0.0.0.0:5001 and follow the on-screen instructions to add a root user.5001, run docker run -d -p <REQUIRED_PORT>:5001 --restart=always cvfy instead of command number 6 above.outCalls/config.jsnpm inpm run build -snpm start -soutCalls/config.jsnpm inpm run dev -s(Same as Without Docker section above under Build instructions).
(building for production will take some time and require > 1GB ram - use swap if your machine doesn't have meet the requirements)
This software is licensed under GNU AGPLv3. Please see the included License file. All external libraries, if modified, will be mentioned below explicitly.
$ claude mcp add Origami \
-- python -m otcore.mcp_server <graph>