Ingest → Reconcile → Ask

The company brain
your AI tools can query.

Company knowledge is scattered across docs, repos, chat, and people's heads. CompanyOS turns your raw data into a coherent, self-maintaining wiki — then exposes it to Claude, ChatGPT, and any MCP client so your team can ask open questions and get answers grounded in your own data, with sources.

The problem

Search tools return documents, not answers — and they go stale. Your team already works inside AI clients, but those clients have no grounded, current knowledge of your company. There's no single trustworthy place to ask.

Two halves, one loop

Intelligence lives at ingest time. The read path stays thin and fast.

01

Write path

Ingest-time intelligence

Feed in pasted content, uploads, or connected git repos. An LLM-driven pipeline parses each input, routes it to the right topic page, and reconciles it into the existing wiki — merging facts, keeping conflicting claims side-by-side with sources and dates, and creating new topic pages when nothing fits.

Committed as markdown to a private GitHub repo. Git is the source of truth.

02

Read path

No server-side generation

Connect the CompanyOS MCP server to your AI client over OAuth. The client gets tools to search, list, and read the wiki. Your own model reasons over the retrieved pages and answers, citing the wiki's provenance.

Answers grounded only in your tenant's data — never another company's.

Built for trust

Every fact carries its source and date. Nothing is silently overwritten.

Provenance on every fact

Each fact carries its source and date, so you can trust and audit where knowledge came from — and the Oracle cites it back to you.

Keep-both on conflict

Contradicting facts are kept side-by-side and marked uncertain, never silently overwritten. You never lose information or see disagreements hidden.

Git is the source of truth

Your wiki is a private GitHub repo you can browse. Read history, see diffs, recover from any indexing problem. The search index is a disposable, rebuildable cache.

Hybrid search

Keyword and semantic ranking fused together, so you get good results whether your wording matches the docs or not — for both reads and merge routing.

Self-maintaining

Ingestion runs automatically on submit or git push. Re-ingesting an updated doc updates the relevant pages instead of duplicating them.

Multi-tenant by design

Per-tenant MCP URL plus OAuth. Tokens carry tenant and per-user identity, so your company's data stays isolated and access ties to real people.

The Oracle

Ask from the tools you already use

CompanyOS exposes your brain to AI clients as an MCP server. Add it, log in with OAuth, and your team gets a small, stable set of read tools — the client's own model does the reasoning.

  • Discover what the company knows with list_pages
  • Find the most relevant pages with search_wiki
  • Pull full context on demand with read_page
  • Surface ambiguity instead of guessing on conflicts
search_wikirank pages for a question
list_pagesenumerate topic pages
read_pagefull page + provenance
resourceswiki pages as MCP resources

From raw data to answers

1

Connect

Paste, upload, or wire up a git repo. Seed an initial topic ontology your team recognizes.

2

Reconcile

The pipeline routes each chunk to the right page, merges facts, and stamps provenance.

3

Commit

Clean topic-scoped markdown lands in your private GitHub repo — the durable source of truth.

4

Ask

Query the Oracle from Claude or ChatGPT. Grounded answers, with sources, in seconds.

Give your company a brain.

CompanyOS v1 onboards a single tenant end-to-end. Get in touch to connect yours.