OpenCrab
MetaOntology OS MCP Plugin ? All agent environments evolve toward ontology-structured forms
File Explorer
Download Latest Version (.zip)- main.py
- requirements.txt
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- FileExplorer.tsx
- GraphView.tsx
- RightPanel.tsx
- api.ts
- .gitkeep
- .gitignore
- next-env.d.ts
- next.config.mjs
- package-lock.json
- package.json
- postcss.config.js
- tailwind.config.ts
- tsconfig.json
- __init__.py
- adapter.py
- worker.manifest.json
- __init__.py
- adapter.py
- runner.py
- worker.manifest.json
- __init__.py
- adapter.py
- worker.manifest.json
- __init__.py
- policy.example.yaml
- sources.example.yaml
- __init__.py
- __main__.py
- apply.py
- cli.py
- config.py
- dedupe.py
- delegation.py
- harness_loop.py
- models.py
- planner.py
- preflight.py
- promotion.py
- registry.py
- runtime.py
- semantic.py
- 2026-04-11-meta-crawler-plan.md
- github-trending-harvest.json
- landscape-construction-ai-usecases.json
- soeak-bidcase.json
- artifact-bundle.schema.json
- delegation-job.schema.json
- mission.schema.json
- promotion-package.schema.json
- validation-report.schema.json
- .gitignore
- package.json
- pyproject.toml
- README.md
- soeak-detail-crawler.ts
- tsconfig.json
- localcrab-factory-workflow.md
- localcrab-opencrab-relationship.md
- opencrab-pack-v1.md
- __init__.py
- hooks.py
- __init__.py
- action_registry.py
- approvals.py
- workflow.py
- __init__.cpython-312.pyc
- glossary.cpython-312.pyc
- manifest.cpython-312.pyc
- validator.cpython-312.pyc
- __init__.py
- glossary.py
- manifest.py
- validator.py
- __init__.py
- server.py
- tools.py
- __init__.py
- bm25.py
- builder.py
- canonicalize.py
- extractor.py
- identity.py
- impact.py
- promotion.py
- query.py
- rebac.py
- reranker.py
- tenant.py
- __init__.py
- neo4j_export.py
- add_edge.yaml
- add_node.yaml
- harness_apply.yaml
- promote_claim.yaml
- request_approval.yaml
- restrict_access.yaml
- biomedical.yaml
- legal.yaml
- saas.yaml
- Claim.yaml
- CollectionCompleteness.yaml
- CrawlRun.yaml
- Document.yaml
- Entity.yaml
- Org.yaml
- Outcome.yaml
- Policy.yaml
- Team.yaml
- User.yaml
- __init__.py
- loader.py
- pack_registry.py
- __init__.cpython-312.pyc
- chroma_store.cpython-312.pyc
- factory.cpython-312.pyc
- local_doc_store.cpython-312.pyc
- local_graph_store.cpython-312.pyc
- mongo_store.cpython-312.pyc
- neo4j_store.cpython-312.pyc
- sql_store.cpython-312.pyc
- __init__.py
- chroma_store.py
- factory.py
- local_doc_store.py
- local_graph_store.py
- mongo_store.py
- neo4j_store.py
- sql_store.py
- __init__.py
- cli.py
- config.py
- import_obsidian_vault.py
- seed_ontology.py
- __init__.py
- api.py
- __init__.py
- test_grammar.py
- test_mcp.py
- test_pack_neo4j_export.py
- test_query_retrieval.py
- test_stores.py
- .env.example
- .gitignore
- logo.png
- Makefile
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
git clone https://github.com/AlexAI-MCP/OpenCrab
Downloads the entire project code from GitHub to your computer.
cd OpenCrab
Moves into the project folder you just downloaded.
2. Node.js
Easy Recommendedcd apps/web
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
3. Python
Easypip install -e ".[dev]"
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make dev-install
Compiles the code based on the generated build configuration to produce an executable.
make seed
Compiles the code based on the generated build configuration to produce an executable.
make test
Compiles the code based on the generated build configuration to produce an executable.
make status
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
