The Team Knowledge Base for Claude and ChatGPT
Someone on your team has already built an LLM wiki. A folder of Markdown notes their AI reads when it needs context, so they stopped re-explaining the codebase every session. It works. It also lives in one person's vault, and nobody else can reach it.
That's the ceiling of the single-player LLM wiki. One person writes it down, one person's Claude or ChatGPT reads it. The rest of the team still starts from zero.
A team knowledge base for Claude and ChatGPT is the same idea, shared. One place your whole team writes decisions, runbooks, and conventions. A built-in MCP server so every teammate's assistant can read the same notes over the same protocol. Write once, and every assistant can reach it.
Why the personal version doesn't scale
The personal LLM wiki solves a personal problem: your AI forgets everything between sessions, so you save context it can reread. Give that to a team and three things break.
It lives in the wrong place. A local vault or a personal account is readable by exactly one person. Your teammates' AIs can't see it.
It goes stale in one head. The person who wrote it moves on, changes their mind, or forgets to update it. Nobody else can.
It gets re-explained anyway. The moment a second person needs the same context, someone pastes it into a chat. You're back to the tax you were trying to remove, just spread across more people.
A shared knowledge base fixes the location. Everyone reads and writes the same notes, and everyone's assistant reads them too.
What goes in it
The same things a good team already half-writes, in one place instead of five.
- Decisions. Why you chose the stack you chose, what you tried and rejected, the reasoning behind past calls. So nobody relitigates them.
- Runbooks and process. On-call, releases, incident response, the steps everyone is supposed to follow.
- Conventions. How you name things, how you review, the house style your AI should match when it drafts.
- Ownership. Who owns which service, who to reach when it breaks.
Put each in a folder with custom AI instructions baked in, so an assistant working in that folder follows the voice and the rules without being told each time.
But nobody reads the team wiki
They don't. That's the usual fate of a team wiki: written once, skipped forever, stale within a month.
This is different for one reason. Your team's AI can read it. When an engineer asks their assistant how deploys work or why you moved off Redis, it can answer from the notes instead of interrupting a senior engineer. Keeping the notes current pays off the moment someone asks their AI instead of a person. The wiki stops being a chore nobody benefits from and becomes something the team's assistants actually consult.
It also works across assistants. The same notes serve Claude and ChatGPT, so it doesn't matter which one each teammate uses. One base, every assistant.
Setting one up
The mechanics are boring, which is the point.
- Create a team and a few shared folders: decisions, runbooks, conventions. The set up your team guide walks through it.
- Add team AI instructions per folder so an assistant working in them follows the same rules.
- Each teammate connects their own Claude or ChatGPT over MCP. Personal notes stay personal; per-folder roles decide who can edit what.
A team is free for its first 25 team notes, then it's per seat. The team billing page has the exact mechanics.
The point
The single-player LLM wiki proved the pattern: an AI that reads your written context beats an AI that starts from scratch. The only thing wrong with it on a team is that it's single-player.
Put your decisions, runbooks, and conventions somewhere every teammate's AI can read. See Hjarni for teams, or start from the knowledge wiki template.
Write once. You all remember.
One knowledge base your whole team's AI reads. Free.
Start a shared brain your teammates' Claude and ChatGPT read and write. Free for your first 25 team notes.
One knowledge base your whole team's AI reads. Free.
Common questions
FAQ
What is a team knowledge base for Claude and ChatGPT?
It is one shared set of notes, decisions, runbooks, and conventions, that every teammate's Claude or ChatGPT can read over MCP. Instead of each person keeping their own context, the team maintains one base and every assistant reads the same source. Hjarni is a Markdown knowledge base with a built-in MCP server built for this.
How is a team knowledge base different from an LLM wiki?
An LLM wiki is usually single-player: one person's notes their own AI reads. A team knowledge base is the shared version, one base the whole team writes to and every teammate's assistant reads. Same pattern, shared across people and across Claude and ChatGPT.
Can Claude and ChatGPT read the same team notes?
Yes. The notes live in one place, and each teammate connects their own Claude or ChatGPT to it through MCP. Each assistant connects separately, but they all read the same notes, so it does not matter which one a person uses.
Do we need a paid Claude or ChatGPT plan?
Each teammate uses their own AI account; Hjarni does not bundle one. Connecting over MCP generally needs a paid Claude or ChatGPT plan. On the Hjarni side, a team is free for its first 25 team notes, then it is per seat.
Is a shared knowledge base better than a team wiki?
The difference is that your AI can read it. A wiki decays because people skip it; a knowledge base connected to your team's assistants gets read when they pull context from it, so keeping it current actually pays off. That is what keeps it from being ignored into staleness.