Package product docs, service playbooks, and expert knowledge into portable MCP Orbs that run locally inside AI tools.
Like a PDF, but for AI clients. Knowledge, index, configuration, and local Web UI — all in one portable Orb.
One Orb file contains your knowledge, search index, configuration, and runtime. Deliver it like a PDF — no cloud setup, no database, no API key required.
Orbs run entirely on the user's machine. No data upload. No vendor lock-in. No compliance risk. Your knowledge stays where you put it.
Every Orb includes a local Web UI. See every document, chunk, source, and search result. No black box — open the browser and verify.
Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible AI client. One config line and your knowledge is available as a search_knowledge tool.
MCPOrbBuilder turns your PDF or Markdown documents into a self-contained Orb. The Orb runs locally, exposes a search_knowledge MCP tool, and includes a local Web UI for inspection.
# Build an Orb from a PDF mcporb build your-docs.pdf --name my-orb # Inspect the result mcporb inspect target/orbs/my-orb # Test a query mcporb test-query target/orbs/my-orb \ "What is the onboarding process?" # Launch Web UI mcporb run target/orbs/my-orb --open # Claude Desktop config { "mcpServers": { "my-orb": { "command": "/path/to/my-orb", "args": ["--stdio-only"] } } }
MCPOrb is for B2B teams that need to package and deliver knowledge — not just store it.
Turn product docs, API references, and migration guides into AI-ready delivery assets. Give customers an Orb they can use in their AI tools instead of searching static docs.
Package onboarding guides, FAQ, and troubleshooting playbooks as Orbs. Reduce support load and improve developer self-service success rates.
Deliver client-specific knowledge packs alongside project deliverables. Package methodology and expertise as a reusable AI assistant.
Distribute knowledge to internal teams without uploading sensitive data to external SaaS. Maintain data boundaries while enabling AI-assisted workflows.
The MCPOrb Runtime is open source. Inspect the code, understand exactly what runs on your machine or your customer's machine. No black box.
Orbs run entirely locally. No API keys, no data upload, no vendor lock-in, no compliance risk. Your knowledge stays where you put it.
The local Web UI shows every chunk, source document, page number, and search score. You can verify every answer before it reaches your users.
RAG helps you answer questions.
MCPOrb helps you ship knowledge as a product asset — portable, inspectable, and deliverable to customers, partners, and teams.
We're working with a small group of B2B software teams, consulting firms, and internal AI platform teams to build the first Orbs from real documents.
We'll run a free 30-minute Orb Fit Assessment to determine whether your content is a good fit, what the Orb would look like, and what success would mean for your team.
✅ Request received! We'll be in touch within 2 business days.
In the meantime, check out the public demo on GitHub.