Scibudy Documentation
Scibudy is a Codex-native research expansion assistant for literature search, library management, full-text analysis, and local semantic retrieval.
Core surfaces
- CLI:
scibudy - MCP server:
scibudy-mcp - Installer:
scibudy-install - UI:
scibudy ui --open
Documentation map
- Prerequisites
- Installation
- Quickstart
- Codex MCP setup
- CLI and MCP
- Examples
- Configuration
- GPU local models
- Library workflow
- Troubleshooting
- Development
- Releasing
Architecture summary
Scibudy is Python-first:
research_mcp/contains the runtime, MCP server, CLI, and analysis stackweb/contains the UI source and distributable build artifactsbin/scibudy-install.mjsis the npm/bootstrap wrapper- user runtime state is stored under the app home, not in the source tree
Product model
baseprofile: CPU-safe runtime and Codex integrationanalysisprofile: full-text analysis workflowgpu-localprofile: local model environmentfullprofile: all layers together