Wikai

Connect Claude Code to your team wiki

Claude Code is at its best when it knows how your team actually works. Wikai's remote MCP server gives it your runbooks, decisions, and conventions as grounded context — one command, no plumbing to host.

Connect in one command

Generate a token in Wikai (user menu → API tokens), then add the server to your project — or add --scope user to make it available everywhere:

claude mcp add --transport http wikai https://wikai.wiki/api/mcp \
  --header "Authorization: Bearer wk_YOUR_TOKEN"
Grounded answers, citable pages

search_wiki returns real pages with ids, freshness, and snippets; get_page reads them in full — so Claude Code answers from what your team wrote and can point back to the exact page.

Read-only by default

Tokens are scoped to one workspace, read-only unless you say otherwise, hashed at rest, and revocable instantly. Read tools ship readOnlyHint annotations.

Agents can write back

On Pro and Ultra, a read + write token lets Claude Code file what it learns as new wiki pages — create-only, so it can never edit or delete existing ones.

How it works

  • 1.Generate a token. In Wikai, open API tokens from the user menu and generate a workspace-scoped token (wk_...). It's read-only by default — choose read + write only for agents you trust to add pages.
  • 2.Add the server to Claude Code. Use the connect snippet above. The endpoint is https://wikai.wiki/api/mcp over Streamable HTTP — no install on our side, nothing to host on yours.
  • 3.Work with your wiki in reach. Claude Code can now search your pages, read them in full, and see how the wiki is organized. On Pro and Ultra, a write token also lets it file new pages.
Free to start

Give Claude Codeyour team's context

Create a workspace, write a few pages, and connect Claude Code in minutes. Every plan can read over MCP; new workspaces start with a 14-day Pro trial, so agent writes work from day one.