Skip to content

Installation

Use the npm bootstrap wrapper:

npx scibudy-install --profile base

If you are new, read Prerequisites first.

Profiles

  • base: MCP server, CLI, UI, Codex config
  • analysis: analysis-oriented runtime defaults
  • gpu-local: dedicated local-model environment
  • full: all of the above

Source install

git clone git@github.com:ONEMULE/scibudy.git
cd scibudy
python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e .[dev]
scibudy bootstrap --profile base --install-codex

Codex MCP integration

Scibudy can add the MCP configuration for you during bootstrap.

Recommended:

scibudy bootstrap --profile base --install-codex

Manual follow-up:

scibudy install-codex
codex mcp get research

Platform support

  • Linux: first-class support
  • macOS: supported for base + analysis
  • Windows: not first-class in v0.x

App home

Default app home:

  • Linux/macOS: ~/.research-mcp

Override with:

export RESEARCH_MCP_HOME=/custom/path