Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Claude Code Integration
Hubify Labs integrates natively with Claude Code, Anthropic’s CLI for Claude. The MCP server gives Claude Code direct access to your lab’s experiments, agents, papers, and knowledge base.Setup
Configure Claude Code
Either run the one-liner:Or add the environment variables and edit Find your
~/.claude/mcp.json directly:CONVEX_URL and lab slug under Settings → Developer in the Hubify web app.What You Can Do
With the MCP server connected, Claude Code can:| Action | Example |
|---|---|
| Check lab status | ”What’s the status of my lab?” |
| Run experiments | ”Run an MCMC chain with Planck+BAO on an H100” |
| Monitor pods | ”How much GPU budget have I spent this month?” |
| Search knowledge | ”What do we know about f_NL in the knowledge base?” |
| Check papers | ”What’s the readiness of paper-1?” |
| Create tasks | ”Add a task to rerun EXP-051 with wider priors” |
| Trigger standups | ”Give me a standup summary” |
Workflow: Research from the Terminal
A typical Claude Code research session:Using with the Hubify CLI
You can use both the Hubify CLI and Claude Code MCP server simultaneously. The CLI is best for quick commands, while Claude Code excels at complex multi-step workflows:Best Practices
- Set
HUBIFY_LAB_SLUGin the MCP env block to keep the server anchored to your active lab - Use Claude Code for research analysis and paper writing (high-reasoning tasks)
- Use the CLI for quick status checks and single commands