
LabFolio
io.github.labfolio/labfolio is a MCP server that manages research portfolios and artifacts through hosted streamable-http at mcp.labfolio.org.
About
LabFolio is a hosted Model Context Protocol server for research portfolio management: it helps developers and researchers organize projects and track research artifacts without juggling spreadsheets and loose folders. Agents connect over streamable HTTP to mcp.labfolio.org using a Bearer token from a LabFolio account at labfolio.org, which suits early-phase work when you are still mapping papers, datasets, hypotheses, and deliverables. The catalog lists version 1.0.0 with remotes rather than a local npm binary, so setup is account plus HTTP headers in your MCP client, not cloning a repo. It complements idea-stage discovery when an agent should list projects, attach artifacts, or keep a portfolio honest while you validate direction. It is not a code deployment or analytics warehouse MCP—it is portfolio structure for research workflows.
- Remote streamable-http MCP endpoint at https://mcp.labfolio.org
- Organize research projects and track artifacts from your LabFolio account
- Bearer Authorization header required from labfolio.org signup
- Official website https://labfolio.org with titled registry entry LabFolio
- server.json version 1.0.0 for hosted research-portfolio MCP
LabFolio by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http labfolio https://mcp.labfolio.org/ --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Connect your agent to LabFolio so research projects, artifacts, and portfolio structure stay organized while you explore what to build.
Who is it for?
Best when you already use or will adopt LabFolio and want agent-driven portfolio updates during ideation.
Skip if: Skip if you need self-hosted lab data pipelines, git-only repos, or MCP with no SaaS account requirement.
What you get
After you register the remote server with a LabFolio Bearer token, your agent can manage portfolio projects and artifacts through MCP over HTTPS.
- Agent-callable research project and artifact management via hosted MCP
- Central LabFolio portfolio kept in sync from agent sessions
- HTTP remote configuration without local server maintenance
By the numbers
- server.json version 1.0.0
- remote URL https://mcp.labfolio.org
- transport type streamable-http
Recommended MCP Servers
How it compares
Hosted research-portfolio MCP over HTTP, not a local filesystem or generic notebook skill.
FAQ
Who is io.github.labfolio/labfolio for?
Developers and researchers who organize work in LabFolio and want Claude Code, Cursor, or similar agents to read and update portfolio structure via MCP.
When should I use io.github.labfolio/labfolio?
Use it in the Idea and Validate phases when you are structuring research projects, linking artifacts, and exploring what to build next.
How do I add io.github.labfolio/labfolio to my agent?
Sign up at labfolio.org, create a Bearer token, add the streamable-http remote https://mcp.labfolio.org with Authorization in your MCP client, and reload tools.