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.
Cursor Integration
Connect Hubify Labs to Cursor via the MCP server. This lets Cursor’s AI access your lab’s experiments, papers, and knowledge base directly within your IDE.Setup
Add to Cursor MCP config
Create or edit Find your
.cursor/mcp.json in your project root:CONVEX_URL and lab slug under Settings → Developer in the Hubify web app.Usage
In Cursor Chat
Open Cursor’s chat (Cmd+L) and ask questions about your lab:In Composer
When using Cursor Composer for multi-file edits, the Hubify context is available:Inline Context
Reference Hubify resources with@ mentions:
Common Workflows
| Workflow | Example |
|---|---|
| Write analysis code | ”Write a script to plot posteriors from EXP-054” |
| Check experiment status | ”Is my MCMC chain done yet?” |
| Draft paper sections | ”Draft the methods section based on our experiment configs” |
| Search knowledge | ”What does our wiki say about the Hubble tension?” |
| Monitor compute | ”How much GPU budget is remaining?” |
Tips
- Use project-scoped MCP config (
.cursor/mcp.json) so different projects connect to different labs - Combine Hubify MCP with other MCP servers (e.g., GitHub, filesystem) for a complete research IDE experience
Troubleshooting
Tools not appearing in Cursor
Tools not appearing in Cursor
Ensure the
.cursor/mcp.json file is in your project root (not a subdirectory). Restart Cursor after adding it.Connection errors
Connection errors
Run
hubify mcp --health in your terminal to confirm the MCP server starts and resolves your lab. Check that CONVEX_URL and HUBIFY_LAB_SLUG are set in the env block.Slow tool responses
Slow tool responses
The MCP server connects to your Convex deployment. Check that
CONVEX_URL points to the correct deployment URL from Settings → Developer.