Connect your tools once. Serve every agent over MCP or OpenAPI. The knowledge layer every agent in your company relies on.
$ curl -fsSL https://holobase.dev/install.sh | bashBring your own agent
One backend. Every agent your team has tried.
The holo platform
Context layer
20 connectors, continuous ACL-aware sync. Hybrid retrieval (vector + full-text) over one source of truth every agent reads.
packages/auth/saml.ts — SAML SSO handler
Enterprise plan · SSO enabled by default
PLAT-412 — Okta integration shipped Q3
Acme deal: SSO blocker resolved 2024-10
Procedures
Holo learns the procedures your team has proven out and exposes them as MCP-invokable skills. Agents invoke what the company has done before.
Governance
Allowlist-scoped at ingestion. Every call logged, attributable, replayable. Per-agent tool allowlists and row-level data scopes.
Benchmarks
sourced answers
Answers that cited at least one source
Reference deployment · 2k+ queries
p95 retrieval
Hybrid retrieval p95 (vector + full-text)
13 connectors · ~500k chunks
sync freshness
Updates reflected within 60 seconds
Across all sync providers
Head-to-head
vs typical proprietary context layer · public benchmarks
Connectors
Plug-and-play, syncs continuously, respects ACLs at ingestion. Every connector is open source and extensible.
90-line TypeScript interface. Ship a new connector in an afternoon.
Open source · AGPL-3.0
Deploy holo on your own infrastructure. Read the source. Submit a connector. The community edition ships every primitive — and there is no closed core.
APIs
MCP + REST + OpenAPI.
Same backend, three transports. Every callable tool is reachable from any agent runtime.
Transparent
Benchmarks in the repo.
We publish reproducible numbers, not marketing tiles. Every retrieval call is logged and replayable.
Modular
Connectors are pluggable.
A 90-line interface. 20 connectors today. Ship your own without forking — the kernel stays small.
Use cases
Sales enablement
AEs and SEs paste the question into Slack or their agent. Holo answers from source code, Linear, prior calls, and the deal record — every answer cited.
Customer support
A new ticket fires a webhook. Holo pulls the customer’s history, matching docs, and prior resolutions — and posts a draft reply for the human to approve.
Security & compliance
Paste the questionnaire into chat. Holo pulls prior answers, architecture docs, and source code as evidence — drafts answers with links to every source.
Everyone else
A dashboard search or a Slack /ask hits REST directly. Ranked results across every connector — no agent, no MCP, no LLM in the path.
Observability
You handed agents the keys to your CRM and Slack. The dashboard shows what they did with them.
of calls logged & attributable
per agent · per user · per record
Tool traffic
Which procedures get called, by which agent, p50/p95 latency, error rates.
Failed queries
What agents tried to ask but got nothing. Every gap is a candidate for the next procedure.
Audit & replay
Per-call attribution: which agent, which user, which records. Replay any past invocation side-by-side.
Anomaly signals
Spikes, exfiltration shapes, prompt-injection-shaped tool calls — surfaced before they become incidents.
Enterprise ready
Runs in your VPC
Self-host on Kubernetes, ECS, or a single VM. No outbound dependency on a holo control plane. Air-gapped deployments supported.
Compatible with
Pricing
The Community Edition is AGPL-3.0 and free forever on your own infrastructure. The hosted plans below are for teams who’d rather not operate it themselves.
Deploy holo on your own infrastructure under AGPL-3.0. Every connector, the MCP gateway, hybrid retrieval, and agent observability are included. There is no closed core.
Hosted
Same binary, same features. We handle the database, sync workers, and upgrades. Cancel anytime.
Kick the tires on the hosted version. No credit card.
$1,008 / year
For solo builders and small teams running a handful of agents.
$5,088 / year
For engineering teams in production. Standard sync intervals.
$10,188 / year
For teams that have outgrown Team but aren’t at Business volume yet.
$20,388 / year
High-volume workloads. Priority sync intervals. Same binary.
For organizations that need SSO/SCIM, RBAC, per-call audit log, custom pre/post-processing, or whitelabeling. Same binary, gated by the Enterprise license. Available on hosted or self-hosted.
Licensing
The Community Edition is AGPL-3.0 — free to self-host, fork, and modify. Enterprise add-ons (SSO, RBAC, per-call audit log, custom code, whitelabeling) live under ee/ directories and require a paid commercial license for production use. Both editions live in the same repo; the path determines the license.
Read the full licensing termsStart your context layer
The shared context layer that makes your agents coherent. Star the repo, run it locally, or sign in.
# 1. install & boot
curl -fsSL https://holobase.dev/install.sh | bash
# 2. connect a tool
open http://localhost:3000
# 3. point your agent
export MCP_URL=http://localhost:3000/mcp